I am trying to create a list load template. I load my CSV file in to the template maker. The first row on the CSV file has the first 7 columns populated with the following values: "a", "b", "c", "d", "e", "f", "g"
I then select a List ID, and proceed to try and map my column titles to Vicibox's field names.
The problem is rather than being able to select what I uploaded ( "a", "b", "c", "d", "e", "f", "g"), I am stuck with being able to select from these values: (none), "0", "vicidial", "1", "1". I have no idea where these values came from.
I tried uploading in TXT (tab delimited) format, and also tried changing the data in the first row of the file I loaded. No matter what I do, I always get the exact same five options in the drop-down: (none), "0", "vicidial", "1", "1".
What am I doing wrong?