Hi!
Is it possible to have multiple values under the same field in a .CSV file?
Lets say I have a "email" field on my webpage, and the user may optionally type in multiple addresses. Then I want my .csv file to be able to handle a unknown number of "email" values. How can i achieve this? The .csv is read by a third party program which i cannot modify.