Views:

Behavior:

When using the web client settings to create a select list, certain special characters (e.g." é ") are replaced with a placeholder if the data is fetched from a local .csv or .txt file.


Solution:

A) Change the encoding of your .csv or .txt file to UTF-8
OR

B) Create a file connection using your .csv/.txt file and use this as your data source instead.