Alteryx Designer Desktop Discussions

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

blob conversion error

avuong6
8 - Asteroid

hi – I have the following workflow that runs a sql query and outputs to excel:

 

avuong6_0-1695931460554.png

 

One of the columns results is in blob data type by default:

avuong6_1-1695931460557.png

 

 

I added a blob converter so that I could display the results in an excel sheet, but it didn’t work.

 

avuong6_2-1695931460558.png

 

This is the result:

avuong6_3-1695931460560.png

 

This is the correct code:

ACSEQ_GUID - 0A3C4B6B0D1D1EEB87A435154263D753

 

What to do to correct?

2 REPLIES 2
gawa
16 - Nebula
16 - Nebula

hi @avuong6 

 

You are checking "MD5 hash" option in blob converter tool, which returns a hash value.  Hash value is used for security purpose like message digest, and doesn't show data itself.

If you want to see a hexdecimal format blob data, then check "Convert to Hex Encoded Binary data".

avuong6
8 - Asteroid

to resolve this, i converted the column data type in the sql. the column then came over to alteryx as text which solved the issue.

Labels