I use a popular add-on SSIS PowerPack from ZappySys to simplify connecting to, first datalake APIs, and now Data Fabric APIs to download tables. I have no trouble using identity, but the deflate does not work. I get errors like
"Error: System.Exception: MalformedDocumentException: Invalid document format detected - Make sure document data is in the correct format. Unexpected character encountered while parsing value: x. Path '', line 0, position 0.. RowNumber=1"
I have done extensive troubleshooting with the vendor. I am learning that Microsoft did a bad job with its deflate library. There's no way to find out exactly what's happening on the Infor side, so the vendor cannot reproduce or troubleshoot further. I am stuck using identity. There should be no issue using GZip with this tool, which I understand is more reliable with a small price for performance due to its additional content. If deflate can actually work, I would love to see actual code samples that connect to the Data Fabric API to get results, not the Microsoft samples. I saw another post that said that .NET 6 will fix the issues. Surely Infor must have tested this scenario. Better yet, please add support for GZip! Thanks very much.