Hello,
Reposting this question in its own thread for visibility, let me know if this isn't allowed.
I'm trying to directly upload an Alteryx output (in the form of an excel or CSV) to Azure Blob storage. I am working with Alteryx Designer x64, version 2023.1.1.392 Patch 7, if that matters any. Regardless, I found a tutorial that seemed like it fit my problem: https://www.youtube.com/watch?v=Ped4gHyAZ5o&t=310s.
This is the workflow in Alteryx that the tutorial helped me make.
However, when trying to run this I get the following error:
HTTP/1.1 400 One of the HTTP headers specified in the request is not supported.
Content-Length: 294
Content-Type: application/xml
Server: Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0
x-ms-request-id: 7dgv6c58-801f-88t8-6f0f-g9y035000000 // masked the id
x-ms-version: 2022-11-02
x-ms-error-code: UnsupportedHeader
Date: Thu, 18 Jul 2024 12:37:47 GMT
Does anyone know how to resolve this?
i thik this is a limitation.content type is xml.. i belive if im updated xml are not supported. youmay try using XML Parse tool for this workflow..
hope this helps!