Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 511 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 511 Bytes

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.