You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for the attention! My Problem Statement is: Convert .csv file into .ofx file using open source library. My Proposed Solution is: Use the csv2ofx python library to convert .csv file into .ofx
Description of csv file: My .csv file contains following columns:
Settlement date',
'Trade date',
'Symbol',
'Name',
'Transaction type',
'Quantity',
'Price',
'Commissions and fees',
'Amount '
Mapping: i apply the custom mapping (as i have different columns) given as follow:
Thank you for the attention!
My Problem Statement is: Convert .csv file into .ofx file using open source library.
My Proposed Solution is: Use the csv2ofx python library to convert .csv file into .ofx
Description of csv file: My .csv file contains following columns:
Mapping: i apply the custom mapping (as i have different columns) given as follow:
Code: i write the following code to convert .csv to .ofx
Roadblocks :
When i run the code, It throw the following error:
I really appreciate as you took some time out to read my problem, Looking forward to hearing the suggestions or solutions from you. Thank you.
The text was updated successfully, but these errors were encountered: