Open
Description
Hi,
i am working on a paypal plugin, which supports multiple currencies. in order to do this, I would like to generate multiple OFX files for each currency that is used in the paypal csv.
The easiest way to implement it that I can think of is to allow
p.get_parser(args.input)
to return a list:
[{'parser' : parserUSD, 'account' : 'USD'}, {'parser' : parserEUR, 'account' : 'EUR'}]
convert can then use that to generate multiple OFX files.
What do you think?
Kim
Metadata
Metadata
Assignees
Labels
No labels