fe-consulting / tide-export-to-crunch

Export Tide bank statements for Crunch reconciliation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tide -> Crunch

This script parses a tide.co statement and parses it in readily uploadable .csv for Crunch.

It also works around a nasty bug with Tide statements where the dates are wrong due to the timezone.

Usage

Build sources

npm run build

RUn compiled script

node dist/index.js <source.csv> <generated.csv>

The output path is optional. By default, the file will be outputted in the current directory.

About

Export Tide bank statements for Crunch reconciliation


Languages

Language:TypeScript 100.0%