Simon Michael
Simon Michael
Hi @artkpv, sorry but you can't assign to a custom field name, only to one of the standard hledger field names. https://hledger.org/csv.html#field-assignment
It would be nice to improve the error message here.
I'm not sure if "" does what you want there, I would usually use `^$` to detect an empty field. Or, perhaps just ``` if %from . description %from |...
I hear you. That sounds good for interactive use. It's also the kind of thing that can make scripting harder; and the problem is fairly low impact, debuggable (`hledger print...
That's great to hear, congrats @v-Nyo !
Belated reply: my usual workaround when I need features not supported by a file format is to add a parent journal file that includes it; and add directives there. I...
Thanks for these notes. I have applied the WISH label as they seem to be more of that than a current BUG.
Great! Is Hledger.Cli.Anchor not used yet ? Should we leave it out ?
We can update the table at https://hledger.org/dev/hledger.html#output-format too.
I guess it's fine for now, unless you think it could just be added to Hledger.Cli.Utils. I'll merge this when you're ready.