I was trying to input all the csv files saved in a folder, but they don't have the same format.
These csv files have filenames that contain country names, since the columns(field) are not the same for different country's csv file (Different country's file format is fixed, some country's csv files lack one column, some countries lack two columns, or two columns), I will need to format each csv file based on the country (for example, I need to insert one column before specific column for US file, insert 2 columns for AUS file... so that all files have the same format) before I can combine all the data from different csv files.
Can any one kindly advise how can I do this? Many thanks in advance!!