I am trying to make a csv importer based on the handy library beancount_reds_importers, but I am struggling with two things:
1. to find a way to attach custom metadata to some of the postings. Here is a sample csv file ( https://drive.google.com/file/d/1zGuGoUW4jNmSPjoEbw1K1fpe9jRskA1b/view?usp=sharing), but the thing is that basically I have an installment column that I want to attach to the posting as a metadata (below is an example of such transaction). 2024-04-08 * "DELL" "Laptop purchase" Expenses:Personal:Devices Liabilities:BR:XP:VisaCard -263.0 BRL installment: "9 out of 12" 2. The other issue is that I want to aggregate the transactions that have the card_holder other than me into one single transaction with the total value. I want to do that just to separate from my expenses categories (I have a category Expenses:AdditionalCard for that). The only way I figured so far was to override the Extract method from libtransactionbuilder/banking.py, but I believe there is a better approach. -- 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 visit https://groups.google.com/d/msgid/beancount/d5d27779-c14c-4dd7-974f-4b0b1c551023n%40googlegroups.com.
