Skip to main content

Python Script for Parsing Payments File.

Project description

Payment Parser

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

PyPI version CodeFactor Grade GitHub languages GitHub license
GitHub pull requests GitHub issues GitHub contributors
GitHub Release Date GitHub last commit GitHub commit activity
GitHub forks GitHub stars GitHub watchers Twitter Follow

The payments file is

  • Stored in fixed-width format
  • Contains hyphen line for calculating column widths
  • Can be split into blocks of text on a split_term

Installation

pip3 install payment-parser

Example Code Usage:

from payment_parser import parse_doc
parse_doc(
    file="payment_parser/T140_sample.txt", 
    output_dir="payment_parser/output/", 
    split_term="MASTERCARD WORLDWIDE", 
    verbose=True,
)

Example CLI Usage:

payment_parser --file "payment_parser/T140_sample.txt" --output_dir "payment_parser/output/" --verbose=False

CLI Output:

File: payment_parser/T140_sample.txt, Split Term: MASTERCARD WORLDWIDE, Output Dir: payment_parser/output/, Verbose: False
Block: 1/13, Report: 1IP727010-AA, Table type: 1
*****   No data found in block above.
Block: 2/13, Report: 1IP727020-AA, Table type: 2
Block: 3/13, Report: 1IP727020-AA, Table type: 2
Block: 4/13, Report: 1IP727020-AA, Table type: 2
Block: 5/13, Report: 1IP727020-AA, Table type: 2
Block: 6/13, Report: 1IP727020-AA, Table type: 2
Block: 7/13, Report: 1IP727020-AA, Table type: 2
Block: 8/13, Report: 1IP728010-AA, Table type: 4
Block: 9/13, Report: 1IP728010-AA, Table type: 4
Block: 10/13, Report: 1IP728010-AA, Table type: 3
Block: 11/13, Report: 1IP728010-AA, Table type: 3
Block: 12/13, Report: 1IP728010-AA, Table type: 3
Block: 13/13, Report: 1IP728010-AA, Table type: 5

Help/Docs Usage:

payment_parser --help                                                                                     

Help/Docs Output:

usage: payment_parser [-h] [--file FILE] [--output_dir OUTPUT_DIR] [--split_term SPLIT_TERM] [--verbose VERBOSE]

optional arguments:
  -h, --help            show this help message and exit
  --file FILE           The absolute path of the file to parse.
  --output_dir OUTPUT_DIR
                        The absolute folder path for saving the parse results.
  --split_term SPLIT_TERM
                        Word or phrase used to split file into chunks.
  --verbose VERBOSE     Whether to enable extra logging.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

payment_parser-0.2.3.tar.gz (18.5 kB view details)

Uploaded Source

Built Distribution

payment_parser-0.2.3-py3-none-any.whl (18.8 kB view details)

Uploaded Python 3

File details

Details for the file payment_parser-0.2.3.tar.gz.

File metadata

  • Download URL: payment_parser-0.2.3.tar.gz
  • Upload date:
  • Size: 18.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.14

File hashes

Hashes for payment_parser-0.2.3.tar.gz
Algorithm Hash digest
SHA256 8b5c69567c78fd61810ef07270e1ea5a2cc1348d787a7944179e7f7eb1c01c88
MD5 863a2e6b0176b562d44124abb9d1576b
BLAKE2b-256 3ff4569ff653b4b3a4a7b4a1880f12940bbda348d5af7a8589da1959b1ad3046

See more details on using hashes here.

File details

Details for the file payment_parser-0.2.3-py3-none-any.whl.

File metadata

File hashes

Hashes for payment_parser-0.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 5748230f56e5d8adc8aae9de0b59e63fab1bd4184a9612f59c14f059c7176496
MD5 b535ed49e11c20bafb8b57f00cc069dd
BLAKE2b-256 587680d78dfbd3ac3d3c71a43dd8136a43f0d2f71a321021ad27ab83603f12e1

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page