Start Free Trial

Alteryx Designer Desktop Discussions

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

SharePoint Input List Error

gabbyparks97
5 - Atom

Has anyone received this error. I'm trying to link my SharePoint list to Alteryx. Everything within the tool looks like it is set up properly but I am receiving this error when I try to run. 

2 REPLIES 2
Mathangopal
7 - Meteor

Why You’re Seeing This Error

  • Alteryx is trying to read data from your SharePoint list.
  • The data contains characters or formatting that are not compatible with the default UTF-8 encoding Alteryx expects.
  • This often happens if the SharePoint list has special characters, non-English text, or was created/edited in a system using a different encoding (e.g., Latin-1, Windows-1252).

How to Fix the Issue 1. Check Alteryx Input Tool Settings

  • Encoding Option:
    • If you are using the SharePoint Input tool or a connector, look for an option to specify the file or data encoding.
    • Try changing the encoding from UTF-8 to another (e.g., Latin-1 or Windows-1252) if available.

2. Clean or Export the Data

  • Export the SharePoint list to Excel or CSV.
  • Open the exported file in Excel and save it as a new CSV, ensuring it is encoded in UTF-8:
    • In Excel:
      • Go to File > Save As
      • Choose CSV UTF-8 (Comma delimited) (.csv)
  • Use this new file as your input in Alteryx.

3. Use a Data Preparation Step in Alteryx

  • If you must use the direct SharePoint connection, add a Data Cleansing tool in Alteryx to remove or replace problematic characters.
  • Alternatively, use a Python or R tool in Alteryx to read the data with a different encoding.

4. Check for Special Characters

  • Review your SharePoint list for any unusual or non-standard characters (e.g., emojis, accented letters).
  • Remove or replace these characters if possible.
aatalai
15 - Aurora

@gabbyparks97 can you please upload a screenshot of your config too?

Labels
Top Solution Authors