Open lestephane opened 4 years ago
No, and I don't see it as a bug really, since "we support this for compatibility, but I usually recommend avoiding this feature; posting dates are almost always clearer and simpler." -- https://hledger.org/journal.html#secondary-dates:
The
hledger hreg
help saysBut i've been unable to have the
date2
column show when doing a csv export.For example with 2 journal entries with the following dates
Then the following command with
--date2
correctly finds thoseBut I need the effective date (date2) to be shown in the csv export.
So filtering seems to work, but only
date
is shown.Is there a way to affect the csv output to include
date2
?