Pod Page: CSV Import
Version 1.0.0 added 9 months ago by chris.pilko
1.0.0 Notes
Original release
About this Package
Allows you to import data from a CSV file into a Pod, even PICK columns.
Data should be in a standard CSV file.
The first row of the CSV file must contain the column names.
Data for Pick columns should be formatted in the CSV as follows:
"array(Pick1, Pick 2, Pick 3, with a comma in the name)"
Remember, this is uses an INSERT query not an UPDATE query, so it can only be used to add new data to a Pod, not update existing data.
Data should be in a standard CSV file.
The first row of the CSV file must contain the column names.
Data for Pick columns should be formatted in the CSV as follows:
"array(Pick1, Pick 2, Pick 3, with a comma in the name)"
Remember, this is uses an INSERT query not an UPDATE query, so it can only be used to add new data to a Pod, not update existing data.
