Question
Using the CSV upload feature in Segment page in Split UI, is it possible to upload user ids in the CSV file that contain comma? The standard escape for CSV comma values is encapsulating the column value with double quotes like the example below:
"user1, key1"
"user2, key2"
"user3, key3"
Answer
The CSV upload functionality in Split UI will automatically consider each line as a unique user id, so there is no need to add the double quotes, as they will be added to the final user ids that are imported to Split segment. To use the example above, simply remove the double quotes, as below:
user1, key1
user2, key2
user3, key3
Comments
0 comments
Please sign in to leave a comment.