Hi guys,
this question has probably been asked hundreds of times but I didn’t find an easy solution that works for me.
My problem is: i have a web page where i have to extract data with screen scraping, after i have to split text and put in datatable.
data is a multiple rows text below an example:
id|odl|data|title|description|type
27464|602371666|24.08.2019|1M - test|see: 27464|2
so i have to split row data by “|” and put each string in column. Same for each row.
So my expectation would be a datatable with 6 columns and 2 rows with data.
How can I do this?
Thanks in advance for your time.