Hi Team,
I have a column named Data in which the each row value differs by length. And there is no standard length for the row values.
My concern is whenever the length of row value exceeds 26 I need the values in the row to be breaked into next line in the same row. For example if my length of the row is 52, then I need a row with 26 values at the top and 26 characters at the same row in the next line.
If my length of the row is 78, then I need 3 lines splitted as 26 characters each in a single row.
Can anyoune help me on this.
Have attached the sample input & output data