Jump to content

Upload/import xml file


Recommended Posts

  • 2 weeks later...
  • 3 weeks later...

I have spent a lot of time writing a tool that can import XML (and CSV) files. My challenge has been that the XML file contains more than 17000 items. I have observed and solved 3 problems:
# Just resizing the images takes way too long time. The server I use (and it's not slow) can fetch (via http) and resize 1 image per second.
# It takes way too long time to import the products even if the images are dropped.
# The XML file only associates 5 categories to the products. That won't do. I prefer max. 20 products in one category. I want sub-categories (and sub-sub) to be created automatically.

My tool still lacks some features but it's 90 % finished. Would you be willing to pay for a tool like mine (and help with the installation)?

/Kjeld

Link to comment
Share on other sites

  • 5 months later...
  • 3 months later...

Typically you cannot convert XML files to CSV files because the XML files are too complex. Some of the XML files I have worked with have complex structures like multiple categories/sub-categories and attribute groups/attributes.

/Kjeld

Link to comment
Share on other sites

I do not agree with it. I have got xml file with more than 10 attributes and 3 sub-categories and it works. But it is not ideal solution, i would prefere some xml import module. I think, that you (Kjeld) offer some module for sale.

Link to comment
Share on other sites

Yes that is the problem with trying to import anything, even CSV files, because the format is not standard.

It's too bad there aren't any EDI standards that vendors must follow. There is one standard called NAXML (http://xml.coverpages.org/naxml.html) but it is geared more towards products for convenience stores, although it could be used. It is managed by the NACS (National Association of Convenience Stores).

I've written several applications that use it.

Link to comment
Share on other sites

  • 7 months later...
  • 2 months later...
  • 8 months later...
  • 4 years later...
×
×
  • Create New...