Important Community update: The process for changing your account details was updated on June 25th. Learn how this impacts your Community experience and the actions we suggest you take to secure your account here.

Alteryx Designer Desktop Discussions

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

Field Conversion Error

akram_ali
5 - Atom

Hi,

 

I am facing field conversion issue while loading to a .csv file.

 

To give a background, I have a input field from (.xlsx) file which contains a relatively long string for example: 'Donation- Members of Healthcare Community'

I am changing this field type to V_Wstring (I have also tried for WString). However, While loading it into a .csv file I face conversion errors. 

 

 

 Community.JPG

 

Could anyone please direct me on how to overcome this conversion error

 

Many thanks

2 REPLIES 2
Joe_Mako
12 - Quasar

Since a WString can contain Unicode characters, what if you change the option in the output tool to use Unicode like:

 

Code Page.png

akram_ali
5 - Atom

Thanks Joe. Worked like a charm !

 

Kind Regards

Akram

Labels