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.

'.'., hexadecimal value 0x00, is an invalid character.

AlanDillon
5 - Atom

Can anyone help me with the below error message. I can't open a file when I try I get the below message. Is there anything I can do to open the file?

AlanDillon_1-1611770550148.png

 

1 REPLY 1
rkapoor
Alteryx
Alteryx

@AlanDillon I am guessing you are trying to bring in some XML data.

 

It looks like non-XML characters are not being converted correctly. These are NULLs, DELs, control characters, etc). Could you check this or does your data contain these sort of characters?

Another way is try to read in the data as UTF-16 as opposed to UTF8.  

https://help.alteryx.com/current/designer/code-pages

Labels
Top Solution Authors