We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Field size/Incorrect data instead of actual value coming thru Denodo ODBC data connection

ppetgra
6 - Meteoroid

I'm using a Denodo ODBC data connection to pull data. A few, not all, of the text fields are showing field size instead of the actual text. The numeric and date fields are showing correctly. 

 

Has anyone experienced this problem or has a possible solution?

 
 
 
 
 

image.png

1 REPLY 1
danilang
19 - Altair
19 - Altair

Hi @ppetgra 

 

Any field showing as xxx Bytes is normally interpreted as a blob in Alteryx.  You should see this if you click on the metadata button in the results pane.  If it is, you can try either

 

1. using a Blob Convert tool to convert the blob Field to a string

2. use an explicit Cast(If available) function in the SQL statement in your Input tool to do the conversion in the database.  You'll have to check the Denodo documentation for the exact syntax

 

Dan

Labels
Top Solution Authors