Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Converts an Amazon MasterCard CSV statement to a format that FreeAgent can understand.

License

Notifications You must be signed in to change notification settings

monooso/amazon-mastercard-freeagent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon MasterCard CSV Statement Converter

The New Day portal lets you export your Amazon MasterCard statement as a CSV file. Unfortunately, the format used is incompatible with FreeAgent.

This script fixes that problem.

Usage

If you use Pipenv, here's how to install the dependencies, and run the script:

$ cd /path/to/project
$ pipenv install
$ pipenv run ./fix.py path/to/input.csv path/to/output.csv

If you don't use Pipenv, you're on your own. Honestly, you're on your own anyway; I have no interest in making this my life's work.

Caveats and disclaimers

This is a very basic script, with no error checking whatsoever. Misuse may result in embarrassment, injury, or death. Exercise caution before using.

About

Converts an Amazon MasterCard CSV statement to a format that FreeAgent can understand.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages