New issue 297: Pass importer results to next importer in bean-extract https://bitbucket.org/blais/beancount/issues/297/pass-importer-results-to-next-importer-in
Christoph Sarnowski: I'm writing a couple of importers for personal use, and I am missing this feature. Rationale: bean-extract runs all found (and supported) documents through their importer's extract method in one call. It also has a mechanism to flag duplicate transactions, but only if an existing beancount file is given. Duplicate transactions happen close to each other in time, so it will be very common that both parts of a duplication will be imported at the same time. Imagine I transfer money from one bank account to another, and I download the CSVs from both banks. Now bean-extract will find both sides of this transaction, but it can't detect them as duplicates. So I would like to see bean-extract run the importer for one file, append the transactions to the list of existing entries, and then pass this updated list to the next importer run. In case that this behavior is not universally useful, I'd suggest to add a command line switch to bean-extract to enable this. Any comments or suggestions? Would you accept this feature? -- 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 post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/20180516184057.8859.23913%40celery-worker-111.ash1.bb-inf.net. For more options, visit https://groups.google.com/d/optout.
