Breaks down a CSV file into text files containing the contents of each row.
Project description
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
A short snippet describing the license (MIT, Apache etc)
MIT © Jad Khalili 2019.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
csv_transcriber-1.1.tar.gz
(1.8 kB
view hashes)