How do i read a record whose delimiter is part of the field values? Many programs (Excel, etc) will enclose a field in which a delimiter is part of the text with double quotes: Sample This:
Name: Name1 Address: 458, MyCity Country: MyCountry In Excel it will appear like this: Name Address Country Name1 458, MyCity MyCountry When converted to CSV it will be: Name, "458, MyCity", MyCountry Now, using READSEQ, the routine breaks the Address field at the first comma , (i.e after 458) instead of treating everything enclosed in "" as a single entity. -- Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24 To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
