CSV reading



Hi,
Just a small query as to the most efficient method of reading a .csv
file that contains both qualitative and quantitative information. The
csvread function is limited to numeric elements only, and I would
like to store some other fields. Do I have to go the fid =
fopen(filename) route?
.



Relevant Pages

  • Re: non-robust way of reading a "csv" file
    ... directed input, I decided to try this method of reading a CSV file ... integer ierr ... Well that seems to me like a rather nice and simple way of reading CSV. ...
    (comp.lang.fortran)
  • Checking File Attributes of Excel CSV over Inter/Intra Net
    ... I have been reading up on DSO for closes files, ... BuiltinDocumentProperties but none seem to work over the web. ... I have to check a CSV every morning at random times to see if its ...
    (microsoft.public.excel.programming)
  • Re: Cant seem to use FileSystemObject
    ... I can't confirm that the file is a genuine csv. ... Is there any instance of the editor ... TransferText doesn't put the data in a table? ... OpenTextFile is an alternate way of reading a file, ...
    (comp.databases.ms-access)
  • Re: Organize and Print CSV data
    ... which can be done even direct in the reading part. ... ADO is the way to go when accessing CSV files. ... AcctNo, Name, junk, junk, Address, junk, PhoneNo ... stock (30 labels per sheet, 3 columns, 10 rows). ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Is there a way to open a *FILTERED* recordset on an excel file ?
    ... Tom, No, they are txt, or csv, or xls files - reading them ... Notepad won't help :-)) ...
    (comp.databases.ms-access)

Loading