
Has anyone used the DBF2XML connector? Not much documentation.
There are 2 parameters.
1-Content type : I guess this is the file content in Base64.
2-Encoding: utf-8
After getting the DBF file content, I tried passing in the "Content Type" parameter the body of the file (so $content-type: "application/octet-stream",$content:"Contains Base64 string of the file"). I also tried passing only the base64 content of the file.
I always get the following result:
Here is the value of the body/conten_type parameter
Also tried this