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.
npm run build
node dist/index.js <source.csv> <generated.csv>
The output path is optional. By default, the file will be outputted in the current directory.