Why would ledger choose a delimiter that is also used in the output
data? E.g.
$ ledger --file accounts.gnucash\
--register-format "%D,%P,%t\n"\
register expenses:groceries
2012/08/11,Kroger,$1,012.80
Ideally, I would like large values to not have the comma separators.
I have spent some time studying "value expressions" in the "info
ledger" pages, and cannot see how to do this.
If it is not possible to get the comma out of the value, I would like
to delimit the fields with something other than a comma. But I could
not find a way to do this either.