Alteryx Designer Desktop Discussions

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

Why my text is not complete?

wenjuanchen
8 - Asteroid

Hi everyone,

 

I am importing some text data from a database (suppose SQL), and I found that some of my text fields are not complete. When I go to the Alteryx Input tool, I do not see a "Field Length" choice. What should I do to make sure I get all the text?

 

Thank you so much.

5 REPLIES 5
BenMoss
ACE Emeritus
ACE Emeritus

It's probably just a visual problem, try writing a line of data which contains the truncated string to an output file, say .csv and determine whether it is actually truncating.

 

Do you get any errors saying truncation is occurring when running the workflow?

 

 

AliOmran
6 - Meteoroid

Hey @BenMoss , I have the same problem and it's not a visual problem, please any suggestions?

faisal9999
8 - Asteroid

Same problem facing.

faisal9999
8 - Asteroid

my field length is 353 and I have increased field length but still getting truncated issue, mY whole string is not coming through.

ChrisTX
15 - Aurora

If you don't have field size issue in an Input tool, add a Browse tool.

 

In the results window, double-click a cell to see the Cell Viewer which will display all of the text Alteryx has for that row and column.  This is the only way to display all text.

 

Chris

 

 

Labels