Hi,I need some help about how to seperate text from browser to datatable?
I have copy text from browser with has layout like,
HI-Risk Notification Infomation for Robot.
No.|Id.Number|Name
1|701|John
2|708|Jack
3|BP4199631|Diana
I want to get it into datatable with 3 columns No. / Id.Number / Name
What should I do?