GaneshPandey / csv-to-file-converter

Export .CSV file each rows and columns to separate .txt files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

csv-to-file-converter

Simple python script to export csv file each rows and columns to .txt files

Author: Ganesh Pandey

Usage

clone Repo

$ git clone https://github.com/GPandey515/csv-to-file-converter.git

Run

$ python csv2txt.py teams.csv /home/noones/Desktop/
$ python csv2txt.py [csv file ] [location to export .txt files]

alt tag

About

Export .CSV file each rows and columns to separate .txt files

License:MIT License


Languages

Language:Python 100.0%