Skip to content

Implement OFX import

Nicolas Frandeboeuf requested to merge nicofrand/kresus:ofxConverter into master

To test with the following sample file:

checking.ofx

image

To test it through CLI:

curl 'http://localhost:8080/api/v1/all/import/ofx' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0' -H 'Accept: */*' -H 'Accept-Language: fr,en-US;q=0.7,en;q=0.3' --compressed -H 'Referer: http://localhost:8080/' -H 'Origin: http://localhost:8080' -H 'DNT: 1' -H 'Connection: keep-alive' -H 'Pragma: no-cache' -H 'Cache-Control: no-cache' -H 'Content-Type: text/plain' --data @/home/YOURSER/checking.ofx
Edited by Nicolas Frandeboeuf

Merge request reports