You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to hle...@googlegroups.com
The dates in the csv are in the format DD/MM/YYY. So far, fine, I can use the date-format. But my journal files use YYYY/MM/DD. How to say how the dates need to be imported to be combined in the final journal file?
Best,
Alexandre
Simon Michael
unread,
Mar 4, 2025, 5:19:53 PMMar 4
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to hle...@googlegroups.com
Though hledger can read YYYY/MM/DD in journal files, I believe import or print will always generate YYYY-MM-DD ISO dates, which is the preferred standard format in hledger. So you would have to rewrite those with sed or similar if you want that.