- Jun 2, 2009
- 488
- 13
- 81
So I've got a 10MB csv file from work that we want to convert to Excel-friendly xml. It's for a Vortx/Aspdotnetstorefront web cart, if it makes a difference. Their csv support is a little lacking in that we can only create new categories on the fly with xml. Considering that we need to import a couple thousand categories, I'd rather not do it by hand.
I've found some free converters on Google but some have 4MB limits, others generate crappy code that Excel doesn't like, etc.
More precisely, Vortx will only export to csv and their import template is in csv, but it supports uploads via xml as well. Their documentation is just messy and incomplete and I'm trying hard to crank this out tonight.
Suggestions? Thanks in advance guys - I've been grinding over this one for a while and so far I've got nothing.
I've found some free converters on Google but some have 4MB limits, others generate crappy code that Excel doesn't like, etc.
More precisely, Vortx will only export to csv and their import template is in csv, but it supports uploads via xml as well. Their documentation is just messy and incomplete and I'm trying hard to crank this out tonight.
Suggestions? Thanks in advance guys - I've been grinding over this one for a while and so far I've got nothing.