Checking File Attributes of Excel CSV over Inter/Intra Net

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance




I have been reading up on DSO for closes files, and
BuiltinDocumentProperties but none seem to work over the web.

I have to check a CSV every morning at random times to see if its
updated, and instead of making sloppy code to save yesterdays results
and bash against today's results, I was wondering if there were a more
efficient way.

Anyone have any insight to this problem??

Thanks,
Nick

.



Relevant Pages

  • Re: Parsing CSV files
    ... CSV file, and then extracting the comma-separated elements from each line? ... idea that it can escaping is requiring. ... code as a basis to fine tune the reading requirements for your CSV by ... escaping and embedded tokens ...
    (microsoft.public.vc.mfc)
  • Re: Parsing CSV files
    ... This is very simplistic and doesn't many design issues in regards to parsing csv bases files. ... For example, the data file can have a 3rd field that is a description like field, OR the name field can have commas this, thus introduce the idea that it can escaping is requiring. ... So you can roll up sleeves and begin to use the above simple C/C++ code as a basis to fine tune the reading requirements for your CSV by adding token escaping concepts, or you can use 3rd party libraries and functions available to do these things, and your requirements will be that these 3rd party libraries and function have the features of escaping tokens. ...
    (microsoft.public.vc.mfc)
  • 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)
  • 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)
  • CSV reading
    ... Just a small query as to the most efficient method of reading a .csv ... file that contains both qualitative and quantitative information. ... csvread function is limited to numeric elements only, ...
    (comp.soft-sys.matlab)