Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: How to get SQL Loader to skip a column in a CSV file?

Re: How to get SQL Loader to skip a column in a CSV file?

From: TurkBear <johng_at_mm.com>
Date: Tue, 03 Aug 1999 20:51:33 GMT
Message-ID: <37a755b9.11729385@news.news-ituk.to>


Most programs that can save files in a comma delimited ( or more generally, character delimited ) format use csv as the filename extension....that way, other programs that can read such files ( Excel, etc ) know what to do with them...
As such, csv is a 'standard' way of referring to such files....

Kenneth C Stahl <BluesSax_at_Unforgettable.com> wrote:

>teybrady_at_my-deja.com wrote:
>
>> >
>> > What are these CSV files that everyone keeps
>> mentioning?
>> >
>> >
>> Comma seperated values. AKA Comma Delimited.
>>
>> 12,45,6,bill,New York
>>
>> Sent via Deja.com http://www.deja.com/
>> Share what you know. Learn what you don't.
>
>Hmm. I would think that there might be some value in using terminology
>that is universally accepted. To say that a file is "comma delimited" is
>understood quite widely, the abbreviation "CSV" isn't something that
>appears in any of the Oracle literature I've ever read and I've never
>seen it elsewhere.
>

  -----------== Posted via Newsfeeds.Com, Uncensored Usenet News ==----------    http://www.newsfeeds.com The Largest Usenet Servers in the World! ------== Over 73,000 Newsgroups - Including Dedicated Binaries Servers ==----- Received on Tue Aug 03 1999 - 15:51:33 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US