Import panelist from CSV
๐ฅ CSV panelist Import
The CSV panelist import feature let you build a panel using existing data from a CSV file. You can define how your CSV will imported using the import settings.
Below is a small CSV sample that could be imported as panel. This sample would create a panel with 3 attributes (name, last name, email) and 2 panelists inside
When importing a CSV the attributes gets assigned the Entry field as an answer type.
๐
Import properties
Field delimiter
is the char that will act as a delimiter between the exported answers columns inside a CSV.Text delimiter
is the char that will act as a delimiter between the text entries inside a CSVUse header as labels
uses the first row of the CSV to create the panel attributes.Use 1st column as sourceuid
uses the first column of the CSV as the panel source uid. The source uid of a panel is the column that will uniquely identify the panelist within the panel, this value should be unique across all the panelists.
You may also import additional panelists from another CSV once the panel has been created. Note that in that case the CSV must have the same columns as the one that was originally used to create the panel and that the header (first row) must match the Mailing pipe alias of your panel attributes.
Last updated