1.0.3 • Published 5 years ago

aib-to-xero v1.0.3

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

aib-to-xero

Transforms Allied Irish Banks (AIB) a bank statement (.csv) into a Xero bank feed (.csv).

  1. Install aib-to-xero with npm install -g aib-to-xero

  2. Export your AIB bank feed to .csv

  3. Convert the AIB csv into a Xero csv with:

    aib-to-xero input_file_name.csv output_file_name.csv

    It is also possible to ignore all entries prior to a date using the --since or -s flag:

    aib-to-xero -s 30/09/19 input_file_name.csv output_file_name.csv
  4. Upload the output file to the Xero bank feed import tool.

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago