Skip to content

Releases: org-not-included/payment_parser

v0.2.3 Added Badges/Cleaned Readme

12 Sep 14:20
Compare
Choose a tag to compare

Goal:
Cleaner README.md with badges to highlight repo details

V0.1.8: Slugify all Columns

07 Sep 19:15
Compare
Choose a tag to compare

Changes:

  • Slugify metadata column names too
  • get_start_end -> get_next_word (more descriptive function name)

V0.1.7 Fix Slugify

07 Sep 16:59
Compare
Choose a tag to compare

slugify('TRANS FEE') -> 'trans_fee' (rather than 'trans-fee')

V0.1.6: Slugify Column Names

07 Sep 16:18
Compare
Choose a tag to compare

Goal:
BigQuetu wont accept column names like TRANS FEE, so we need to slugify these column names.

Fix output paths

07 Sep 15:47
Compare
Choose a tag to compare

Changes:
Use os.path.join() to build output paths.

V0.1.4: Exit Gracefully

07 Sep 15:15
Compare
Choose a tag to compare

Goal:
If a table_type or report_type is unknown, just skip it.

parse_doc returns table details

07 Sep 13:32
Compare
Choose a tag to compare

Goal:
Update parse_doc to return table_name, report_name, and output_file for each of the tables successfully parsed.

v0.1.2

03 Sep 13:37
Compare
Choose a tag to compare

Changes:

  • Better documentation in README.md (Added output from payment_parser --help)
  • Updated argparse.ArgumentParser(prog) from simple_example topayment_parser (so --help shows proper sample command)

v0.1.1

03 Sep 13:27
Compare
Choose a tag to compare

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

03 Sep 03:54
Compare
Choose a tag to compare

Parses a payments file with multiple blocks of data into individual CSVs.