aib-to-xero

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

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.

npm i aib-to-xero

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 10/5/2019

Downloads

Maintainers