aib-to-xero
v1.0.3
Published
Transforms Allied Irish Banks (AIB) a bank statement (.csv) into a Xero bank feed (.csv)
Downloads
1
Readme
aib-to-xero
Transforms Allied Irish Banks (AIB) a bank statement (.csv) into a Xero bank feed (.csv).
Install aib-to-xero with
npm install -g aib-to-xero
Export your AIB bank feed to .csv
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
Upload the output file to the Xero bank feed import tool.