Convert ofx to csv file

What are you trying to achieve?

convert ofx to csv file

  1. ofx file uploaded in googleDrive and “Watch Files” : new ofx file is detected.
  2. I want to convert ofx file to csw file : I get file using “HTTP” , and convert file using website ofxconverter .com
    Here in fact i need first to Make a Basic Auth request (or API Request) from make.com to ofxconverter .com in order to do allow make.com use my “ofxconvert” profile account.
  3. when the sign in is done, I want to give the ofx file to “ofxconverter.com” and then I download the output file in .csv

I don’t know please how to do this second step, and how to fulfill the needed informations and parameters for authentication with API key, and others.
Thank you

Hi @BEN_HAMIDA

  1. According to the API docs, you should make a POST request to this endpoint.
    OFX Converter API - Convert your OFX, QFX or QBO files into JSON, Excel and CSV!
  2. You should use an API key for the authorization.
  3. The body type should be multipart/form-data, and the list and type of fields as on the screenshot.
3 Likes

Thank you.
I am a beginner, I will test it, and keep you in touch.
Thank you.

1 Like