0.3.4 • Published 5 years ago

fnb-xero-pdf v0.3.4

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

Convert FNB statement pdfs to csv files for import into Xero

Installation

First install pdftotext it is part of the poppler package:

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.

0.3.4

5 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

7 years ago