CSV File Data Source

You can use a CSV file as a data source for templating.

However, there is a list of important rules you should follow:

  • We use comma as a separator in CSV files
  • Every text line in CSV file is treated as a separate data row (read more here: Data Sources)
  • You can define arrays in CSV file
  • We use a semicolon as array element delimiter

You can edit your CSV file with a simple text editor or using office editors like MS Excel or LibreOffice, however, you must check that you use a correct delimiter.

Here is a list of CSV data files examples: