Hello - any thoughts on how to get around the string size limitations? I'm attempting to push a 20 million row output through this SFTP solution and the summarize tool that concatenates all values to a single record (before data is transformed to blob format) is causing the error:
Designer x64 Tool #3: Tool #26: Error String size limit reached: Strings are limited to 2147483648 bytes
Basically, is there any way to have an unlimited string data type?
Thanks!