RE: Get everything between " " in a CSV file.

2002-02-22 Thread Tracy Bost
Thanks. I'll check it out. I got it working last night. Its ugly, but it works. Quoting Mike Townend <[EMAIL PROTECTED]>: > Theres a custom tag that might be of use to you, CFX_CSVToQuery takes a > CSV file and converts it into a query object for you.. It handles comma s > in "" > > HTH > >

RE: Get everything between " " in a CSV file.

2002-02-22 Thread Lon Lentz
"text","text","dumb,text" Change "," to "~". Change the independent commas, then change "~" back to ",". > -Original Message- > From: Tracy Bost [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 21, 2002 5:40 PM > To: CF-Talk > Subject: Get everything between " " in a CSV file

RE: Get everything between " " in a CSV file.

2002-02-22 Thread Mike Townend
Theres a custom tag that might be of use to you, CFX_CSVToQuery takes a CSV file and converts it into a query object for you.. It handles commas in "" HTH -Original Message- From: Tracy Bost [mailto:[EMAIL PROTECTED]] Sent: 21 February 2002 22:40 To: CF-Talk Subject: Get everything be

RE: Get everything between " " in a CSV file.

2002-02-21 Thread Steve Oliver
I think you might have to use a regex on it first. Find everything between " " first, and replace the comma's with something else, maybe a period or something. I'll look around and see if I can find a better way to do it. _ steve oliver senior internet developer atne