Merge multiple CSV files in one single CSV file
This procedure assesses all column names that are being used in a list of selected CSV files and merges the content of all files in the correct column of a single output file.
Install Python
- Install Python, for example from https://www.python.org/downloads/.
Command prompt window (Windows)
- Open the command prompt window.
- Enter py in the commands line.
Export of raw data to preparatory file
- Run the script MergeCsv.py.
- Use the following name as output file name: [Name of the input file][Short title of the project]PREP[initials of the operator][date of creation using the format YYMMDD].csv
- Save the output file in directory Raw Data of the dataset.
- Repeat all previous steps of this paragraph for all raw data files.