Hi Community!
Looking for some help, I have created a flow which takes a CSV file- removes nulls, unwanted columns and transposes the column I want into a row and saves as a txt file. The purpose of this is for users to easily be able to copy and paste specific information into our system from an email attachment.
So from this:
Column1, Column 2, Column 3
A B C
A B C
A B C
to this:
B,B,B
I'm wondering if there is a way to split the string after a certain number of characters e.g. 20 and either create a new row on the CSV or creates a new TXT file with the data.
Screenshot of how the data starts and ends up:


Best Wishes
Amy