Hi,
I want to split below string.
Client ID: HR70321
Client Name: Clement Paulette
Client Country: Romania
I want to print the values seperately- HR70321,Clement Paulette & Romania.
please help.
Hi,
I want to split below string.
Client ID: HR70321
Client Name: Clement Paulette
Client Country: Romania
I want to print the values seperately- HR70321,Clement Paulette & Romania.
please help.
Check the below thread. You can follow those steps to extract Client ID, Client Name, Client Country.
Regards
Input:-
Output:-
Please find xaml file:-
Main.xaml (8.5 KB)
If this works for you, please mark it as a solution, so others can refer the same.
Thanks