Why can't I split a text box value into several lines and put them into different data fields?
FollowQuestion:
I extracted this text box and I want the results to be in different cells for every line.
Answer:
You may have to check the source code of that text box. For example, if the texts were displayed as a whole between a pair of attributes <p>, as the screenshot below shows, then it is unsplit-able.
That is to say, if the texts is actually one single element in the source code, though there seems to be multiple lines on the web page, you can't extract them by line.
Artículo en español: ¿Extraje este cuadro de texto y quiero que los resultados estén en celdas diferentes para cada línea?
También puede leer artículos de web scraping en el sitio web oficial