Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aib-to-xero

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aib-to-xero

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

  • 1.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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.

FAQs

Package last updated on 05 Oct 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc