Skip to content

cartfisk/tsv-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages