How to overcome column length limits?
I have a dataset where one column is open text with character counts typically over 2000 or so. When I load this dataset into Domo and try to parse through that field with text functions (e.g. substring, instr, etc), I find that the values in this field are being truncated to a limit of about 1024 bytes/characters. When I…