Forum Discussion
Hi @Manigandan,
Use this expression
{array}.map(x => {[x[‘@propertyTypeKey’]]: x.value})
Regards
Viktor
I don’t see a File Writer snap in your pipeline? I see BinaryToDocument and then Rest Put. Correct me if I am wrong.
Hi @smudassir , I have not used file writer in the above pipeline but I will upload the file using file writer and read it using the upload files field in the REST PUT.
- j_angelevski4 years agoContributor III
Hi @Trakmaker,
Can you share which headers are you passing in the REST Put snap ? - j_angelevski4 years agoContributor III
Try to add
Transfer-Encoding
header as well ( Transfer-Encoding ).