Skip to content

Multiple ofx from one statement #47

Open
@infused-kim

Description

@infused-kim

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions