I have a semi-structured set of text files that has the following format:
[many line breaks here with their values]
[text A]
8 …
[text B]
[many line breaks here with their values]
So far, based on the text files, the only reference point I can use is the line break that starts with “8”. It could be “8. Assigned text” or “8 Text assigned”, etc.
Intent is to extract [text A] and [text B] and assign these to their variables.
I tried with Regex and Split, but so far can’t get it to work. Let’s say the text data is stored in the variable: textData.
Hoping for anyone’s advise on this please. Thanks!
Hi @Anil_G, thanks for the reco. I’ve been trying to actually play with the app, but I can’t get it to work. Here’s what I’m getting based on what you shared: