Enter Keywords:
1 - 10 of 35(0.023 seconds)
Sort By:
 
Hi All, can anyone provide me with sample C\C++ library or code that reads XML data centric files (table structure), and converts it to CSV file format. Thanks a lot. Alex
Zones: C++, XHTMLDate Answered: 11/19/2001 Rating: 8.4 Views: 0
I'm looking at bring a .csv file into a SQL database and I was told to convert it into XML and then add to my SQL dbase.  The XML part doesn't look too bad, but my problem is probably very simple -...
Zones: XMLDate Answered: 02/11/2002 Rating: 9.0 Views: 0
My XML file looks like this: **************************** <catalog>       <cd>             <title>Empire Burlesque</title>             <artist>Bob Dylan</artist>             <country>USA</country>             <company>Columbia</company...
Zones: VB ControlsDate Answered: 03/29/2005 Rating: 7.8 Views: 0
Hello Experts,                        I would like to convert a CSV file a sample of which I am providing below to XML so that it can be uploaded into SQL Server using Bulk method. Could you help ...
Zones: XML, XHTMLDate Answered: 02/15/2006 Rating: 7.8 Views: 28
Hi I would like to convert a csv file to XML file.I have been to lot of forums regarding this program. I am new to c# .Could you please give an example of the program with some explanation .I wou...
Zones: C#Date Answered: 09/11/2006 Rating: 6.6 Views: 0
Hi, I'm a newbie to XML. I've found some resources for converting CSV to XML, and vice versa. But they seem to cover only one kind of XML - where the data is enclosed in tags (no data as tag attrib...
Zones: XML, XHTML, XSLTDate Answered: 01/24/2007 Rating: 8.2 Views: 27
I am looking for an XML parser to parse XML files together and import them into a CSV
Zones: Windows Batch, XMLDate Answered: 11/09/2009 Rating: 7.0 Views: 5
I need to convert an XML file into a CSV file. If i have an XML file formatted as follows: <root> <table1 id="100" description="this is a test" anotherfield="test test" /> <table1 id="101" ...
Zones: XML, XHTMLDate Answered: 09/09/2002 Rating: 7.6 Views: 768
I've an XML with 150 records: <?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet type="text/xsl" href="xml2csv.xsl"?> <root> <R> <title>title1 </title> <memo>memo1 </memo> </R> ......
Zones: XMLDate Answered: 09/20/2004 Rating: 8.0 Views: 0
could anyone help me out in converting an xml file to an excel or csv without using xsl...i also need to know the line seperator for visual basic as its \n -in java...really urgent
Zones: VB DBDate Answered: 01/16/2006 Rating: 8.8 Views: 0