|
Helping ordinary people create extraordinary websites! |
Parsing Comma-Separated ValuesBy Doug Tidwell2005-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:
That generated the file test.csv , which you can download. Tutorial Pages: » Getting the data » Parsing the comma-separated value (CSV) file » Converting the generated XML » Resources First published by IBM DeveloperWorks |
|