HI,
Can you try as the following?
First Name\n(.+)
If there is 2 linebreaks between title and data, the following might be better.
First Name\n+(.+)
Regards,
HI,
Can you try as the following?
First Name\n(.+)
If there is 2 linebreaks between title and data, the following might be better.
First Name\n+(.+)
Regards,