@cuginoale/freeagent_csv_parser
v1.3.7
Published
Converting Monzo csv file to a FreeAgent compatible version
Downloads
44
Readme
freeagent_csv_parser
This is a little tool to convert Monzo's and Trasferwise's csv export into the format FreeAgent understands
Usage:
$> npm i -g @cuginoale/freeagent_csv_parser
$> csv_fa <file_name>
$> will create a file named parsedCsv_<file_name> in the current folder
or
$> npx @cuginoale/freeagent_csv_parser <file_name>