I am in the process of publishing some beangulp importers that I have been
using. I was wondering: aren't metadata entries starting with '__' supposed
to be hidden? When looking at the beangulp output or using `printer.
format_entry` these entries do appear. Am I doing something wrong?
I am using the `metadata` method from the beangulp importer (but I've tried
other things):
```
def metadata(self, filepath, lineno, row):
meta = super().metadata(filepath, lineno, row)
meta[BOOKING_CODE_KEY] = row.booking_code
return meta
```
--
You received this message because you are subscribed to the Google Groups
"Beancount" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/beancount/943f2c53-5e29-4476-95fb-7c0e50b8d68bn%40googlegroups.com.