Helping ordinary people create extraordinary websites!
GET OUR NEWSLETTER
Your Email:
 

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:
» Getting the data
» Parsing the comma-separated value (CSV) file
» Converting the generated XML
» Resources


First published by IBM DeveloperWorks


 | Bookmark
Related Tutorials:
» Starting with XML
» Performing Client-Side XSL Transformations
» Create a Google Sitemap for your Web Site
» XML and Scripting Languages
» XML Security Suite: Increasing the Security of E-Business
» Servlets and XML: Made for Each Other

Advertise with Us!


Tutorials Scripts Web Hosting Developer Manuals
Resources