|
-
Aug 26th, 2003, 07:21 AM
#1
Thread Starter
Addicted Member
csv to xml
Hi
I'm reading a csv file with vb and writing it to an xml file. The file is quite big(12000+ lines) What would be the best way to convert the whole thing to XML? Currently I'm doing it line by line and its quite slow.
-
Aug 26th, 2003, 11:07 AM
#2
PowerPoster
there is no such thing as a "generic" conversion from CSV (a data storage format) to XML (a markup language) so you'll have to be more specific if you expect anyone to know what you're talking about.
-
Aug 26th, 2003, 12:52 PM
#3
Member
I would open the file as an ADO recordset then Save the recordset as XML.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|