I have many sites that run on php and mysql. I have a tool called Navicat which helps me visualize the database and helps me a lot with import and export tasks.
I was wondering if there is also a tool that does the following
I have a datafeed with raw data. This datafeed contains several columns like title, description1, description2 description4, price, old price, keywords etc etc
I want to rearrange it in a way that my application can work with. As there are many different datafeeds with each their own fields i am looking for something else then creating a custom filter in php.
I have used Yahoo pipes and that idea is something i am looking for. Joining several columns into a new one, adding text before and/or after a column, filtering results and delete things i dont need and create a new datafeed based upon my filters and joins.
Is there a program that does this?
I know how to make this per datafeed into php but a i am looking for a more visual way and b i think if tehre is a tool that does this will make my life at this moment a bit easier.