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
🔅 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.
Last updated
Was this helpful?