Is there a way to change the list delimiter "," to another character within the app?
Why ? Is this because of the incoming csv type data ?
Yes, in the list there are strings that have "," so when getting the columns it gives an error.
Those strings should be surrounded by double quotes > "twenty, one"
You're right, I'll see what I'm doing wrong, thanks.
To answer you question, no, the column delimiter for AI2 lists is ","
.
Your incoming data needs to formatted correctly in the first place.
1 Like