Releases: org-not-included/payment_parser
Releases · org-not-included/payment_parser
v0.2.3 Added Badges/Cleaned Readme
Goal:
Cleaner README.md
with badges to highlight repo details
V0.1.8: Slugify all Columns
Changes:
- Slugify metadata column names too
get_start_end
->get_next_word
(more descriptive function name)
V0.1.7 Fix Slugify
slugify('TRANS FEE')
-> 'trans_fee'
(rather than 'trans-fee'
)
V0.1.6: Slugify Column Names
Goal:
BigQuetu
wont accept column names like TRANS FEE
, so we need to slugify
these column names.
Fix output paths
Changes:
Use os.path.join()
to build output paths.
V0.1.4: Exit Gracefully
Goal:
If a table_type
or report_type
is unknown, just skip it.
parse_doc returns table details
Goal:
Update parse_doc
to return table_name
, report_name
, and output_file
for each of the tables successfully parsed.
v0.1.2
Changes:
- Better documentation in
README.md
(Added output frompayment_parser --help
) - Updated
argparse.ArgumentParser(prog)
fromsimple_example
topayment_parser
(so--help
shows proper sample command)
v0.1.1
Changes:
- Added support for
from payment_parser import parse_doc
- Cleaned up
README.md
- Added
CONTRIBUTING.md
- Updated version to
v0.1.1
v0.1.0
Parses a payments file with multiple blocks of data into individual CSVs.