A Lightweight tool to upload CSV files data into Deta Base.
Project description
A Lightweight tool to upload CSV files data into Deta Base.
CLI operations
- Needed
- Secret Id of Deta Base
- Path to the csv file
- Database name in Deta
Use
$ csvtodeta --id ID_OF_BASE --path path/to/csv.csv --db DETABASE_NAME
Reading data from DETABASE_NAME
Uploaded ..
Uploaded ..
Uploaded ..
..
..
succesfully uploaded n data to DETABASE_NAME Base
Example
- Data of deta.csv file (sample) :
name,age
fredy,34
god,34345345
mannu,34
$ csvtodeta --id 45345dhsgh3rjdf2ur34hhwf --path src/deta.csv --db detabasename
Reading data from src/deta.csv
Uploaded {'name': 'fredy', 'age': '34'}
Uploaded {'name': 'god', 'age': '34345345'}
Uploaded {'name': 'maanu', 'age': '34'}
succesfully uploaded 3 data to detabasename Base
Result
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
csvtodeta-1.3.1.tar.gz
(4.8 kB
view hashes)
Built Distribution
Close
Hashes for csvtodeta-1.3.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f669bcc718a1d90c8a711d1e1e87db7650c0feffc64ea0620ad72044b80a804 |
|
MD5 | 66e8747bd3c15269c58c8a8c1ab39947 |
|
BLAKE2b-256 | ff01fd600b5c0ed9ace1a315c70c6fbe24e072bb9e3577c3e2e13f7883ac3187 |