reubano / csv2ofx

A Python library and command line tool for converting csv to ofx and qif files
MIT License
195 stars 111 forks source link

Date fmt processing fix #91

Closed joaoreis13 closed 2 years ago

joaoreis13 commented 2 years ago

Implemented the use of mapping arg "date_fmt". Any date format can be represented using python date string format pattern.

reubano commented 2 years ago

This seems to combine several PR's in one. Can you please remove the unrelated code changes and submit them as separate PRs? I'll go ahead and implement a modified version of your date_fmt specific code.