Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.

File Upload error for csv file

anuninan07
7 - Meteor

Hi Guys

 

I was working on Alteryx Server application and encountered an issue while trying to upload csv file having unicode characters.

I was receiving the below error message after choosing the file from the location and before running the application.

 

anuninan07_0-1654139214893.png

 

When I tried changing the extension from csv to txt and it works .

Also attaching the workflow and sample data for reference

 

Also the app works without any issues in Desktop version also

2 REPLIES 2
IraWatt
17 - Castor
17 - Castor

@anuninan07 Very strange that it works on desktop but not server. Have you tried messing round with the code page in the input config? if its Latin I would try UTF-16 or a few of the others see if that makes any difference

IraWatt_0-1654164721167.png

 

anuninan07
7 - Meteor

Hi @IraWatt 

 

I tried with UTF-8, UTF-16 and still the same issue.

When I remove the first two characters the file upload was done. 

Any idea about limitations in Alteryx server having ASCII character in csv file