-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fidelity cma csv importer #47
Conversation
I've been looking at ways to simplify prepare_raw_columns-- rdr.split() looks promising. Just trying to get the right regex. It would also be an option to create a payee column but leave it blank and then just use the "Action" column as narration/memo |
Nice, clean importer, with the test data---thanks! Happy to merge this in. A couple notes:
|
Done in 98c967c. Thanks again! |
I like your |
* adding support for importering Fidelity Cash Management Acct (checking). CSV. * cleaned up importer and merged required csvreader change with the version from main * addressing git action checks * resolving invalid escape seq. in header_identifier * resolving pep8 errors --------- Co-authored-by: Colton Crivelli <[email protected]>
Changes here are:
I didn't realize there was already an effort to get this working with OFX. I just saw this today:
#41
If we'd rather not support CSV since it seems that OFX is a better option, that is okay with me. I plan to try the OFX later. Just wanted to share what I've been working with.
A couple other comments: