-
Notifications
You must be signed in to change notification settings - Fork 42
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
"ERROR: unknown entry type" for custom TD Ameritrade CSV importer #53
Comments
Yes, see my message here:
|
Since yours description is a variable number of words, I would define a list of possibilities (Bought, Sold, QUALIFIED DIVIDENDS, etc.) and use
|
That worked, thanks! How would I add a
|
I figured it out and opened a PR: #54 |
I'm basing my importer on schwab_csv_brokerage.py. There is no suitable
type
field that can be mapped. Instead there is a DESCRIPTION column with values such as "Sold 30 BP @ 28.15". Is there a way to map types withtransaction_type_map
and regexps or lambdas?Here is the CSV:
My importer:
The text was updated successfully, but these errors were encountered: