Hi,
I am trying to extract using parse text action to extract the sentence. But PAD is extracting only the first sentence.
Example:
Text: Archibald Anderson, an able artist, and an acknowledged authority at all artistic assemblies after adventuring abroad all about Australia and America, and acquiring an admirable album artistically arranged, according as an accomplished artist accounted apt and appropriate, and admired amazingly among all artists as artistic and amusing, again, alleging as actuation an assiduous and absorbing activity, and an ambition all athirst after artistic accomplishments, and aiming at advantageous achievements, arranged another adventure across Asia, and accordingly appointing an accommodating and agreeable acquaintance, an affable Anglo-American, as agent.
In the parse text I am giving Regex (?<=Text:).*
But it is extracting only the first sentence. I need to extract all the sentence. Please help. Thanks in advance.