Hi all,
I just imported some values from my SQL server and realized some differences after the import compared to the values in original table. The database is providing VARCHARS, which are interpreted from Alteryx automatically as V_Strings. The allowed characters for V_Strings are only Latin-1, but the VARCHAR may contain even more characters and Alteryx dropps them without a warning within the import. I had a very hard time to find the origin of this problem.
As an example the string from the database contained '…', but I only received ''.
Should this be the expected behaviour or am I missing something here?
Best regards
Max