Forum Discussion

virender_prajap's avatar
virender_prajap
New Contributor III
7 years ago

How to split the string on the basis of length of bytes

How can i Split string( UTF-8) on the basis of bytes length and not on the basis of character counts. e.g String > 4000 bytes then split the string into multiple columns each not more than 4000 byt...