Hello guys,
I want to scrape some text from multiple pages, but the text can be extracted only as table.
How can I append this scrapped table as text into one cell only?
Maybe as a list or idk? Any ideas and suggestions?
Thank you !
Hello guys,
I want to scrape some text from multiple pages, but the text can be extracted only as table.
How can I append this scrapped table as text into one cell only?
Maybe as a list or idk? Any ideas and suggestions?
Thank you !
Hi @Ionut_Frincu ,
You can use OutputDataTable activity which will give you string when you pass data table as input.