New issue 207: Importers should be able to output postings with @@
https://bitbucket.org/blais/beancount/issues/207/importers-should-be-able-to-output
Kamal Marhubi:
When importing foreign currency transactions from my credit card, I am extracting the foreign currency price from the memo, eg `137.00 USD @@ 156.22 CAD`. I'm trying to automate this with an importer.
As near as I can tell, this is currently impossible. The parser discards this info, and it is not explicit anywhere in the internals. If I compute the price in the importer, it spits out postings with a really ugly precision in the price.
Ideally, I could import them as I have the data available in the source.