Notes on the size of the input data and output data
For a field of an undetermined size in CSV or other formats, the maximum length of data permitted is 2,147,483,647 bytes.
If performing code conversion of data in text format, the maximum length of data permitted for a single record is 2,147,483,647 bytes.
Keep this in mind when performing code conversion or other operations where the size of the output data increases.