csv2txt 0.0.2

Creator: bigcodingguy24

Last updated:

Add to Cart

Description:

csv2txt 0.0.2

CSV to TXT




A python util package for convert a csv file to token separator txt file.

HomePage: https://pypi.org/project/csv2txt/
SourceCode: https://github.com/gyk001/csv2txt

Usage
In command line
Just install the package by pip, then enjoy it!
pip install csv2txt
csv2txt input.csv out.txt

In source code
import csv2txt

# for File Path
csv2txt.convertByPath(csvFilePathString, txtFilePathString, '\t');

# for File Object
csv2txt.convertByFile(csvFile, txtFile, '\t');

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.