String length limit in TurboIntegrator processes
TurboIntegrator can handle string data in sizes of up to 64 kilobytes at a time. This limit applies when your process is performing actions such as assigning a value to a variable or importing individual records of data. Any value or record longer than 64 kilobytes is truncated.
This limit applies when your process is performing actions such as assigning a value to a variable or importing individual records of data. Any value or record longer than 64 kilobytes is truncated.
For example, if you are importing lines of data from a text file, each line of text can be no more than 64 kilobytes long. If you are importing data from a comma delimited file, each record in the file can be no more than 64 kilobytes long.