You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Navigate to hedgehogs/data_collection
The current pipeline currently looks something like this:
xlsxDownloader --> xlsx2json.py --> json2mongodb.py
In order to run the program do the following:
run python xlsxDownload.py TICKER to download the .xlsx files
run python xlsx2json.py FILE_NAME to convert a .xlsx to .json
run python json2mongodb.py FILE_NAME to send the .json file to a running MongoDB server