New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fnb-xero-pdf

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fnb-xero-pdf

# Installation

  • 0.3.4
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-62.5%
Maintainers
1
Weekly downloads
 
Created
Source

Convert FNB statement pdfs to csv files for import into Xero

Installation

First install pdftotext it is part of the poppler package:

  • Mac: brew install poppler
  • Linux: apt-get install poppler-utils
  • Windows: as per http://manifestwebdesign.com/2013/01/09/xpdf-and-poppler-utils-on-windows/

then install this package globally

npm install -g fnb-xero-pdf

Usage

Convert all pdfs in a directory

If you want to convert all pdfs in the current directory, simply execute

fnb-xero-pdf

It will collate all the pdfs each into a csv specific to each account (identifiable by the account number).

If you want to convert all pdfs in another directory, simply add the relative path

fnb-xero-pdf docs

Warning: If you run this command multiple times in the same directory, it will append to existing csv files.

Convert a single file

To convert a single simply add the filename is first parameter

fnb-xero-pdf accountfile.pdf

This will output/overwrite to a file with the same name, but csv suffix instead, e.g., accountfile.csv.

FAQs

Package last updated on 02 Mar 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