From af8aef236be8939749a1f0e2ba1490d18563ba5f Mon Sep 17 00:00:00 2001 From: "gowthaman.b" Date: Tue, 13 Jun 2023 09:19:59 +0530 Subject: [PATCH] add readme --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..16d25ce --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +JSON to CSV += + +with support for nested structures + +Steps + +* place the transactions.json file in the same directory +* adjust the flat_keys and extract_keys variables in the main.py +* install required packages `pip install -r requirements.txt` +* run `python3 main.py` +* if successful will create a transactions.db (sqlite database) +* can be used with anyother tool to convert to csv +* one way to export to csv is is `https://www.sqlitetutorial.net/sqlite-export-csv/` \ No newline at end of file