Good morning everyone 🙂
I'm trying to edit a TXT that have blank spaces, which MUST exist. The TXT file contains this type of structure:

As you can see, each blank space represents a position(In the example Sel: 3, means 3 positions) and the file contains plenty of them.Â
I tried separating each array of empty spaces with commas, to use it as delimiters in the input tool and it did work out. However, when I try to output this information, as a TXT, the array of empty spaces are not outputed.

I know there is a workaround which would make me put in the blank spaces the number "0" and at the end substitute each "0" for an empty space. That works as well, but I have nearly 500 lines so that makes the work impossible to finish.
Is there any solution for this?
Thanks!