csv-transcriber

Breaks down a CSV file into text files containing the contents of each row.


License
MIT
Install
pip install csv-transcriber==1.1

Documentation

CSV-Transcriber

Breaks down a CSV file into text files containing the contents of each row.

Installation

You can use PIP to install the package. Type the following command into your terminal to install the package.

pip install csv_transcriber

Usage

The package contains a transcribe function, which takes in the path to a CSV file, and an output to a directory. A typical use of the function is as follows:

import csv_transcriber

csv_transcriber.transcribe('./data.csv', './users/')

License

MIT © Jad Khalili 2019.