Scripts for the Venmo project.
#1. GET NUMBER OF TRANSACTIONS DATEWISE.#
python3 datewise_transactions_count.py [path to the input json file] [path to the output file]
Example:
python3 datewise_transactions_count.py /Users/rajattan/venmo/dummy.json ./transactions_date_wise.txt
#2. GET NUMBER OF TEXTUAL TRANSACTIONS IN ENGLISH DATEWISE.#
python3 datewise_textual_transactions_count.py [path to the input json file] [path to the output file]
Example:
python3 datewise_textual_transactions_count.py /Users/rajattan/venmo/dummy.json ./tx_transactions_date_wise.txt