I got a product feed from one of the merchants and it looks like this... <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE product_catalog_data SYSTEM "xxxxxxxxx"> <product_catalog_data> <header> <cid>xxxxxxxxx</cid> <subid>xxxxxxxxx</subid> <datefmt>MM/DD/YYYY HH12:MI PM</datefmt> <processtype>OVERWRITE</processtype> <aid>xxxxxxxxx</aid> </header><product> <name>xxxxxxxxx</name> <keywords>xxxxxxxxx</keywords> <description>xxxxxxxxx</description> <sku>xxxxxxxxx</sku> <buyurl>xxxxxxxxx</buyurl> <available>Yes</available> <imageurl>xxxxxxxxx</imageurl> <price>xxxxxxxxx</price> Code (markup): and I need it in CSV format to use with affilistore. Does anyone know how I can do this or change it to work with affilistore?
You'll need some type of xml reader to parse the product feed and convert it to CSV format. Try searching the web for free tools that may offer this. You can also try asking someone in the programming thread to help you out. As for the product feed, did you get it from CJ? Did you pay the $200 to get it? How often is the feed updated? Inquiring minds would like to know.
it's not product feed, its web service, free of charge, update continually CJ Webservices My 3 Party Affiliate Netword Web Services API
from the data that advertiser provides. I guess CJ provides control panel for advertiser to add them products one by one, or from feeds.
it's a product feed via a web service CJ does provide this kind of web service BTW, and some advertisers provide their own webservice based product feeds.