11-26-2021 04:18 AM
Hi everyone,
I am able to upload incoming data into blob storage with the below pipeline but not the format I am expecting.
I need to do it this way: Get Data ->CSV Formatter->File Writer-> Upload to SLDB → Rest PUT (use the file as an expression in Upload files).
But I am facing the below error doing so. Any Suggestions?
11-29-2021 02:40 AM
Hi @Trakmaker,
Can you share which headers are you passing in the REST Put snap ?
11-29-2021 03:08 AM
Yes
11-29-2021 07:28 AM
Try to add Transfer-Encoding
header as well ( Transfer-Encoding ).
11-29-2021 09:08 AM
I would say lets refer to the REST PUT API doc for this endpoint and try to set Transfer-Encoding header accordingly.
11-30-2021 05:31 AM
Hi @smudassir , It is working when we don’t use a file upload and input stream gets through REST PUT and only the last document is there in the file, but we want the complete data in the file, hence we are trying to load it to a file and upload it back through REST PUT
I’m still getting the below error :
Reason : Transfer-encoding header already present