scripts written to solve problems and save time!
read_csv_create_csv.py: this python program can be used to read a utf-8 csv file and take user input to create a new csv file with specific columns taken from the original file
How to use:
- Download the file
read_csv_create_csv.pyto a preferred location - Copy the csv file you want to manipulate to the same location and run the python code
- Enter the file name e.g.
Example.csvand enter the columns you want to be copied to the new file. Column names are case sensitive and they should be seperated by a comma - A new file with the name
New_Example.csvwill be created in the same folder