gobankcli export
Export normalized transactions as CSV.
#Usage
gobankcli export [flags]
#Flags
--config(string, default none): Config file path.--db(string, default none): SQLite archive path.--json(bool, defaultfalse): Emit stable JSON.--plain(bool, defaultfalse): Emit simple parseable plain text.--no-input(bool, defaultfalse): Never prompt or wait for input.--version(bool, defaultfalse): Print version and exit.--from(string, default none): Start booking date, inclusive, as YYYY-MM-DD.--to(string, default none): End booking date, inclusive, as YYYY-MM-DD.--account(string, default none): Restrict export to one local account ID.--out(string, default none): CSV output path. Use - for stdout.