🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

csvtodeta

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csvtodeta

A Lightweight tool to upload CSV files data into Deta Base.

1.3.1
97

Supply Chain Security

100

Vulnerability

98

Quality

100

Maintenance

100

License

Maintainers
1

data

A Lightweight tool to upload CSV files data into Deta Base.

PyPI version PyPI download day

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

result

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts