Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 883 Bytes

File metadata and controls

24 lines (19 loc) · 883 Bytes

.tsv -> .xy Converter (executable)

converts .tsv files into .xy files

Features

  • converts folder of .tsv files into .xy files
  • removes header if existing
  • replaces all , with .

Installation (Windows)

  1. click the green "<> Code"-button
  2. go to "Download ZIP"
  3. extract the tsv-to-xy_converter.exe file and place it into the folder with your .tsv files

How to use

  1. place the tsv-to-xy_converter.exe file into the folder with your .tsv files
  2. double-click the .exe
  3. the converted .xy files are in the xy-files subfolder

Note

  • Make sure to keep backups of your original TSV files, as they will be removed from the script.
  • Microsoft SmartScreen may classify this .exe as unknown. To execute this anyway, click on More info, then on Run anyway

Source Code

https://github.com/NullPointerExceptionError/tsv-to-xy_converter---python---