Hi,
Alteryx is not recognizing a field with varied character length to be a V_String even though the length is greater than 16. This is leading to padding trailing spaces when writing into a SQL table. Even 'Auto Field' tool is not identifying this data type.
Version: v11.7.4.4
Below examples should be V_String so that trailing spaces are not padded but instead it shows it as String. I can manually convert this to a V_String using Select tool but the length needs to keep changing depending on the refresh period.


Thanks!