READSEQ cannot be doing this. How is the CSV file being generated. A better method would be to use a tab-delimited file.
Post your code, a 'jdiag.out' file (as requested in the Posting Guidelines. For Zarquon's sake, doesn't ANYONE read it?) and an actual sample of the file so that a correct solution can be provided. Dan On Thu, May 27, 2010 at 7:16 PM, master <[email protected]> wrote: > 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 > -- 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
