Forum Moderators: mack
You would use the programming to parse the feeds and then take the parts you need to build what you want, pages or links.
If you want to take a more elementary approach, you can open the CSV file in excel and do a Text to Columns with a comma. That puts it in your everyday spreadsheet form that you can hand pick links out of.
Actually, if you are an affiliate, you might find it well worth them time to learn some basic programming. You will find it can do all sorts of things to help you out, whether you are using a free script or writing your own.
Also, don't forget to peek at other site's source codes. If you see a site you like, take a look at the source and see what they did, or better yet, copy the source into FP, so that you can de-construct it as well and learn a few new things.