Hello
I got a text file that was downloaded from the internet.
I would like to retrieve a line from that text file, what is the best way to do it , and how.
Thank you
Guy
Hey Mate,
You can use "Read text from file"
and the use Parse Text action and to extract text(you can use regular expression)
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Hello
Thank you for replying
I am getting the next phase:
1</link>
<title>On the way to NY</title>
<description
From that text I would like to erase lines 1 & 3
And to retrieve the text between the 2 </title>
Any idea how to do it ?
TNX
(?<=<title>).+(?=</title>)
I dont really understand about the way to do it
Can you provide detailed explanation ?
TNX
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.