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.

Import Excel File without Losing Format

NeilFisk
9 - Comet

I have an Excel file that has tabs within the cells.  When they are imported into Alteryx, the tabs are gone.  Is there a way to have Alteryx not remove them?  It would help in downstream processing.  Also, it looks like during the import things that looked like numbers in Excel were read as numbers and then converted to text.  Example is in cell D2 of the attached where '001999' was converted to '1999'.  Any way to have Alteryx import leaving as string?

 

Thanks!

3 REPLIES 3
apathetichell
20 - Arcturus

Alteryx is reading in the value - not the formatting - so 1999 is the value. It displays as 001999 because of formatting.

NeilFisk
9 - Comet

The formatting I can work around with some formulas but I would still like to have the tabs within the cells come in so that I can use them to cleanse the data.

apathetichell
20 - Arcturus

If the tabs are in cell values - they should be readable. If they are formatting overlays they would be treated like font type and not read in in the standard read. 

Labels
Top Solution Authors