Hi,
I have to build a news database that will potentially take news from many different providers and display them on our site. Right now I am thinking that I should just come up with how it will look on our site, the fields we would display, and then when a new provider comes along, right a script that will parse their data into our format. Is this the best or should I copy their data exactly and then display more or less data based on the provider (logic checks)? I am, of course, leaning toward the first option, but wanted to make sure I'm not crazy.