Help cleaning Alteryx output when source data is an excel table
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello,
I have a data input which is and excel table. When I loaded to Alteryx, my strings in the output get changed and now start with a " ' ". The other fields (double and date are fine) How can I fix this? I tried cleaning leading spaces when I first load the file but it didn't work.
Example of my issue below:
Input:
Output:
| Column 1 | Column 2 | Column 3 | Column 4 |
| 'A | 1 | 1/1/2001 | 'F |
| 'B | 2 | 1/2/2002 | 'G |
Thanks
Solved! Go to Solution.
- Labels:
- Topic of Interest
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Can you share the file you are using as input? to try running from my end
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Here is an example of the input file and what the output file looks like after loading to Alteryx. The only action I did was input and output
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
This looks interesting. As per below article, it explains that, Alteryx by default adds ' symbol before the string (text) fields. This is only for xls files.
Please have a look. Using VBA was suggested in the below article.

