Posts Tagged ‘clickbank feed’

PostHeaderIcon Turning the Clickbank Marketplace into a Comma Delimited File

I originally wrote a similar post on my other blog. This is the new, improved version of that Clickbank XML file transformation. That one missed all the subcategories. This one gets them, but throws all the new product into one new category. If anyone has time to fix that, I will post your fix here.

This is going to be a short and sweet post. I finally wrote a XSL stylesheet that transforms all the data from the Clickbank XML datafeed file into CSV. CSV is format more easily editable and importable for the not so tech inclined person. XSL stylesheets are generally used to turn XML into HTML pages. So here are the steps.