Posted comments (13)

Posted by Jay at May 18, 2010 17:57:16 CEST
Doesn't work, Just says "The number of columns in the CSV file are not equal. The XML file can not be created."

equal to what?
Posted by Robert Lie at May 18, 2010 18:45:56 CEST
It works!

The XML file can not be created because the uploaded CSV file
MUST have the same amount of delimters on each line.

Correct:
aa,bb,cc
aa,bb,cc
aa,bb,cc

Not correct:
aa,bb,cc
aa,bb,cc,
aa,bb,cc
Posted by Galip at November 23, 2010 12:06:21 CET
Wow. Works perfectly. Thank you very much!
Posted by Usman Aslam at April 5, 2011 11:46:18 CEST
Works great. Thanks
Posted by Prabu at July 12, 2011 13:42:32 CEST
Good converter. It fulfill my requirements.
Posted by Flip at August 24, 2011 11:57:36 CEST
* The uploaded file has a wrong file extension: .csv


???????????

Attached File Name: csvtoxml.csv
Seperator: comma

<Products Name="[%7%]">
<code>[%1%]</code>
<name>[%7%]</name>
<description>[%8%]</description>
<category>[%10%]</category>
<sub-category>[%11%]</sub-category>
<price>[%13%]</price>
<quantity>[%18%]</quantity>
<features>[%23%]</features>
<options>[%24%]</options>
<status>[%26%]</status>
</Products>
Posted by Kannan R at February 9, 2012 08:14:24 CET
Marvelous. It is working fine...i converted my phone contacts csv to xml and upload it in my mobile...little computer knowledge required..read the example given closely.
Posted by Alex at March 28, 2012 22:50:19 CEST
It is only running the first row of my .txt file?
Posted by Villars Gimm at April 25, 2012 21:25:01 CEST
I'm having the trouble as Alex, what is it I'm doing wrong?
Posted by Sherry at April 28, 2012 03:07:25 CEST
What a terrific program. Worked perfectly for me. Thanks
Posted by Gerben Abbink at November 15, 2012 16:42:53 CET
Hi!

Just a silly remark: Dancing Queen is by ABBA, not Queen.

bye,
- Gerben
Posted by Robert Lie at November 15, 2012 22:07:09 CET
Gerben, you are absolutely right. I have fixed it. Thanks!
Posted by Roel at April 7, 2013 22:02:47 CEST
For me the same problem. only the first row is displayed in the output? why?