Hi, I’ve got an input text which is always separated by ~~ into always 4 different parts. Each part starts and ends with this separator:“~~”.
Now I want to split these 4 parts using the split function and then map each of the 4 parts to a new row in google sheets.
Any ideas?
Thx a lot in advance