We are in the middle of changing web store platform and we need to import products' data from different sources.
We currently have several different csv files from different it systems/databases because each system is missing some information. Fortunatly the product ids are the same so it's possible to relate the data using ids.
We need to merge this data into one big csv file so we can import in into our new e-commerce site.
My question: is there a general approach when you need to merge csv files with related data into one csv file? Are there any applications or tools that helps you out?