Loading Data with a CSV file
To our service can correctly process the data in a CSV file, it must conform to the specification RFC 4180.
The first line of the file should contain the names of the elements that describe the column data. Columns can be arranged in any order, but within the same file the order of elements must be the same. Processing of mandatory and optional data is carried out according to the entered settings.
Requirements for CSV URL
The file must be available for direct download at the URL in the Website domain and HTTP protocol.
Example of a valid file URL for domain http://website.tld:http://website.tld/uploads/datafile.csv
The maximum size per file via the HTTP link should not exceed 5MB.
Your server should return the correct CSV file MIME-type header in the response.
The file may be both statically and dynamically generated.
For large files, use chunking or FTP link.
An example of a valid FTP link to import from a file:ftp://username:password@ftpserver.tld:21/path_to/file_name.csv
The maximum file size for an FTP link is 25MB.
Column mappings to import a CSV sheet
Column mapping for Product Feed Generator