zipperer / migrate_database_with_michael

0 stars 0 forks source link

Paypal csv: make script to use from commandline to process paypal csv #36

Closed zipperer closed 5 months ago

zipperer commented 5 months ago

Add commandline arguments to what we did #34 Options: argparse, typer

zipperer commented 5 months ago

i.e. factor example_pandas_for_paypal_csv.py

and make it runnable as

$ python3 paypal_csv_to_csv_for_pastor.py --input-paypal-csv INPUT_FILENAME.csv --output-csv OUTPUT_FILENAME.csv
zipperer commented 5 months ago

factor example_pandas_for_paypal_csv.py

started with this commit

zipperer commented 5 months ago

Continued with this commit

I am ready for Michael to test this version.

zipperer commented 5 months ago

We ran an example 2024011. I close this issue. We can open new issues to add new features.