cartfisk / tsv-converter

convert tsv files to csv files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Readme

Usage

Requires Python 3

Windows: Ensure Python is added to environment variables. (Add Python Path to Environment Variables)

  1. Copy .tsv files to the tsv folder
  2. Use the terminal to navigate to the project directory and run the python script
  3. Converted .csv files will end up in the csv folder

macOS

cd ~/Downloads/tsv-converter
python tsv-converter.py

Windows

cd "C:\Users\%USERNAME%\Downloads\tsv-converter"
Python tsv-converter.py

About

convert tsv files to csv files


Languages

Language:Python 100.0%