Search in CSV files



Hi there.

I need some help with CSV files. I have an application where the data
to be manipulated is in CSV files. While this files have a small number
of entries there is no problem in searching sequentially. But this
files tend to get bigger slowing down the app performance. Can someone
give me any pointers on how to improve this? Database is not an option.
Any links to CSV manipulating libraries would be welcome too.

Its a web application, running on Tomcat 4.1.31.

Thanks

.



Relevant Pages

  • Re: Search in CSV files
    ... >to be manipulated is in CSV files. ... >Any links to CSV manipulating libraries would be welcome too. ... CSV is a sequential format. ...
    (comp.lang.java.programmer)
  • Search in CSV files
    ... I need some help with CSV files. ... Database is not an option. ... Any links to CSV manipulating libraries would be welcome too. ...
    (comp.lang.java.help)
  • Re: Search in CSV files
    ... > to be manipulated is in CSV files. ... > Any links to CSV manipulating libraries would be welcome too. ... I cannot tell whether there are libraries out there that do the job on CVS ... such data handling libraries are called 'database'. ...
    (comp.lang.java.programmer)
  • Re: Standard Method for Importing/Exporting to DB
    ... the database name, server name, and filename+fullpath. ... and also exporting to CSV files. ... everything from DTS packages to Crystal Reports are used. ...
    (microsoft.public.dotnet.languages.vb)
  • Relinking a CSV file using code
    ... I have a FE/BE database setup, with several tables linked between the two. ... I have 5 CSV files that are linked into the FE. ... Dim tdf As TableDef ... Set tdf = db.TableDef ...
    (microsoft.public.access.modulesdaovba)