Skip to content

Input CSV data file

Vic Shóstak edited this page Jun 19, 2023 · 2 revisions

In this section, we'll look at an example of the structure of a CSV file with data.

The csv2api parser can work with any number of rows and columns in the CSV file, because it will run through smart optimization. The main condition: that the first line of your file contains the same names as you specify in the config file.

Clone this wiki locally