Alteryx Designer Desktop Discussions

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

save png image on database and load it into another workflow ?

benja123
6 - Meteoroid

I have a png image that I would like to save in a database and then load the image into another workflow. how can I do that I have tried with the Blob-converter tool but I cant make it work 

2 REPLIES 2
Amarendra
10 - Fireball

Hi @benja123 Did you try writing it out as a Blob output and then picking it up as a Blob input?

messi007
15 - Aurora
15 - Aurora

I have done it and it works:

 

1- Read the png with blob and inject it the your database:

 

messi007_0-1605025906684.png

2- Read the data base and use the convert blob

 

messi007_1-1605025972071.png

 3- below the output

 

messi007_2-1605026014613.png

 

Hope that helps !

 

If that solve the problem please mark it as solved 🙂

 

Regards,

Labels