thombashi / sqlitebiter

A CLI tool to convert CSV / Excel / HTML / JSON / Jupyter Notebook / LDJSON / LTSV / Markdown / SQLite / SSV / TSV / Google-Sheets to a SQLite database file.
https://sqlitebiter.rtfd.io/
MIT License
846 stars 50 forks source link

can you make it more json instagram friendly ?! #61

Closed minanagehsalalma closed 5 years ago

minanagehsalalma commented 5 years ago

https://superuser.com/questions/1412477/how-can-i-view-my-instagram-backup-data-in-a-friendly-way

thombashi commented 5 years ago

@minanagehsalalma I am not sure what you are asking for. Are you trying to convert Instagram backup files to a SQLite database?

minanagehsalalma commented 5 years ago

@thombashi "Are you trying to convert Instagram backup files to a SQLite database?"

yes in an easy readable format

thombashi commented 5 years ago

I am still not sure what you trying to do. Did you consider SQLite database is an easily readable format? and the link seems does not clearly describe what is readable in this case. If you meant the output table of sqlitebiter is not your expected format, you could process JSON data with jq command

minanagehsalalma commented 5 years ago

@thombashi can you test it for me ?

thombashi commented 5 years ago

Please do it yourself. I could not understand what you trying to do.

Processing data with jq is out of scope with this project. jq has tutorial and manual, and described the top page as follows:

Ask questions on stackoverflow using the jq tag, or on the #jq channel on Freenode.