Does anyone know where I can find the specs for a CSV file. In particular I
want to know if the fieldnames in the first row of the file should be
qualified with the choosen text qualifier. So If I had a CSV file with
these options:

1. Delimiter: Comma
2. Text Qualifier: Single Quote
3. Fieldnames in First Row : TRUE

Which of these examples is correct:

ID,name,address,sex
'1','Bob','44 Terraw Street','m'
'2','Jane','55 Water','f'

or

'ID','name','address','sex'
'1','Bob','44 Terraw Street','m'
'2','Jane','55 Water','f'

Thank you for your insights!

Brook Davies
logiforms.com
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to