sirgallifrey / tabelashin

little script made to a friend to format some table that he has

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a script that I made for a friend to transform some table.

It transforms a table like this

Nome do Convênio,Especialidade,Cidade,Telefone Principal
foo,bar,townA,123
faa,bar,townA,1234
foo1,baz,townA,124
foo2,bar,townB,1235

Into a text file like this

townA
bar
faa 1234
foo 123
baz
foo1  124
townB
bar
foo2  1235

Run it like this:

yarn install
./index.js /path/to/csv/file.csv -o output-file.txt

About

little script made to a friend to format some table that he has


Languages

Language:JavaScript 100.0%