csv2ofx icon indicating copy to clipboard operation
csv2ofx copied to clipboard

A Python library and command line tool for converting csv to ofx and qif files

Results 28 csv2ofx issues
Sort by recently updated
recently updated
newest added

Hi after installing the library csv2ofx, when i type csv2ofx file_data_2021.csv file_data_2025kk.ofx -m gls it gives me this error: ``` 'utf-8' codec can't decode byte 0xe4 in position 54: invalid...

My HSA provider doesn't support Quicken export anymore. It does support Excel export, however. I was hoping to use this tool to bridge the gap, but unfortunately, this tool doesn't...

enhancement
help wanted

On Windows 10 using Python 2.7 (as I could not get Python 3.6.7 to install), launches the GUI only, it does not use any of the command line switches. After...

bug
help wanted

![image](https://user-images.githubusercontent.com/24384996/52193931-91921500-2877-11e9-973e-30b438ffc95f.png)

bug
help wanted

Something broke with original locale "fr_CH.utf8": using default "fr_CH" fixes this (LC_NUMERIC only). I also added test data and some doc. @reubano, I guess I could merge this myself, but...

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...

question
unreproducible

To support converting international standard export standards, by integrating the [fintech]( https://pypi.org/project/fintech/4.2.1/) pypi module as a parser for non CSV source, and their conversion to QIF in your tool. The...

enhancement

Thanks for all of the work on this project. Looking at the OFX output, it appears that the `DATA:OFXSGML` and `ENCODING:UTF-8` headers are added. What do you think of adding...

enhancement

I think the encoding parameter should only be used to read in files. Anything produced should be in utf-8 regardless. I have to set the parameter because my bank returns...

enhancement