|
On Fri, Feb 18, 2000 at 07:28:44AM -0500, Linux Server wrote: > Just curious... What exactly is CSV? How could I use this in production? > > Mike Everidge, > IS Director > Lakeway Regional Hosp > Hmm, CSV isn't mentioned in the post you are replying to. I can only assume you mean the CSV file format, as in Comma Seperated Variable. Looks something like this: "Hello",4,"Testing another string",-999 Required for import into some applications, but otherwise not recommended since it's too ambiguous. What happens if a quote appears in the text? Some programs double the quote, some put a backslash in front of it and backslashify the rest of the string, etc. Some programs don't handle commas in strings well either. I would prefer tab-delimited format. The chances of you finding a tab in an AS/400 file (and the file isn't corrupt) is next to nil. -Jay 'Eraserhead' Felice +--- | This is the LINUX5250 Mailing List! | To submit a new message, send your mail to LINUX5250@midrange.com. | To subscribe to this list send email to LINUX5250-SUB@midrange.com. | To unsubscribe from this list send email to LINUX5250-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.