Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Can we convert Zip into Blob

Ajjay
8 - Asteroid

Hi,

I have bigger files that can be compressed (Zip it) and then convert into Blobs to store it in Azure Storage Account. Because this will be used only for archival. Sois it possible to convert .zip into blobs

4 REPLIES 4
IraWatt
17 - Castor
17 - Castor

Hey @Ajjay,

Yes you can convert a zip to blob:

IraWatt_0-1654555760580.png

Works fine with the blob input tool.

Any questions or issues please ask :)
HTH!
Ira

Ajjay
8 - Asteroid

Hi Ira,

I am completely new to the concept of blob. Whats the file format of blob, because after using the blob input and then blob output to save it, it saves .png. Is it always like that or am I missing on something. Is there a sample workflow do you have where I can use it as reference and as a starting point

 

TIA,

Aj

Ajjay
8 - Asteroid

Ajjay_0-1654558835855.png

 

IraWatt
17 - Castor
17 - Castor

Hey @Ajjay,

A blob is a binary data type I believe. Do you want to covert to a blob then store in Azure? The blob input tool will Automatically covert your png to a blob which you can then upload to Azure. 

IraWatt_0-1654595592965.png

When you want to look at the image again you can use the blob output tool.

Labels