bacchilu / tsv-format-parser

Simple parser to epurate a text file in a format very close to csv format. The format used by Yahoo Site explorer https://siteexplorer.search.yahoo.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

It is possible to parse a single file in this way:

$ python tsvparse.py example.py

Or a full directory in this way:

$ python tsvparse.py ./

About

Simple parser to epurate a text file in a format very close to csv format. The format used by Yahoo Site explorer https://siteexplorer.search.yahoo.com


Languages

Language:Python 100.0%