Comments
-
hi ashleigh, your solution was rather vague, but I worked it out: ^.*[a-zA-Z].*$
-
thanks for the reply! Version 5.0 Yes, it is an ODBC connection as I can connect using ODBC for IBM DataStage, and I can also connect using SQL Server Management studio on my laptop
-
I am not from Domo, but wanted to test this, so used a string at 1600 char length. CSV export truncates the data at 1024 chars, but if I perform a RIGHT string operation to get the last 10 chars of my string, I can confirm that the RIGHT operation returns the correct data and that it still exists.