Import setting challenges
-
Hi I have a feed from ICECat. I have 3 options of getting this data. In each option I am stuck.
Option 1 my preference:
ICEcat provides an index XML. In that file, for each product, there is a URL pointer to the XML file of each product. For example prod_id:6548799, path(en):https://data.icecat.biz/export/freexml/EN/73379765.xmlI have tried a bunch of different syntax approaches using XPath to have All Import look at the XML but unsuccessfully so far.
>This is my preferred option so would appreciate if you could advise if (and how) this can be done.
Option 2:
I manually download the full catalogue file as a csv with “feature names as headers”. This relates to the attribute names and values. There are approximately 2000 columns in the file. The header is the attribute name and the rows contain the attribute data.
>Can I use the column header as the attribute name on the import settings and if so how?
>Is there such a way that we can loop through all of the columns to avoid the need to reference each column individually?Option 3:
I manually download the full catalogue file as a csv without “feature names as headers”. In this format are approximately 200 columns in the file. The header is labelled feature-nn. The attribute name and attribute data are contained in the row and separated by : .
>How can I use XPath or any other option to place the value on the left of : to the attribute name and the value on the right of : to attribute value?Now I know this looks like 3 questions but really it isn’t. I’d like to use option 1, but if that isn’t possible then either of option 2 or 3 remains.
Thanks.
Andrew
The topic ‘Import setting challenges’ is closed to new replies.