Helping ordinary people create extraordinary websites!

Parsing Comma-Separated Values

By Doug Tidwell
2005-05-18

Getting the data
To make a comma-separated value (CSV) file to work with, I used DB2's EXPORT command for the sample database of employee records that ships with the product. The command I used was:
EXPORT to test.csv of DEL select * from employees

That generated the file test.csv , which you can download.





Tutorial pages:

First published by IBM DeveloperWorks


 2 Votes

You might also want to check these out:


Leave a Comment on "Parsing Comma-Separated Values"
You must be logged in to post a comment.

Link to This Tutorial Page!


GET OUR NEWSLETTERS