Import file format

The Smile payment import file is a CSV formatted document, in Unix flavour, UTF-8 encoding. It contains three record types:
  • header—contains the column names for the entry records
  • entry— contains the actual import data of interest, one entry for each payment
  • footer—contains summary data about the import that can be used to verify successful import of the file
Commas separating unused columns at the end of a line may not be omitted.