0

please give me a sample code for read/write CSV file in nokia S40 application.

CuriousCase
  • 745
  • 2
  • 9
  • 22

1 Answers1

2

There are open source libraries for parsing CSV files, but I don't think any of them work on Java ME. However the CSV format is pretty simple to parse, as shown in Parsing CSV file in J2ME.

Eric Giguere
  • 3,495
  • 15
  • 11