Split () in a generic Xpath list with python

0

How can I make a split within a generic list generated through an xpath function in python? When I generate the xpath the string comes all in a single line and I need to separate them as \ n does. abmedList = abmedlistas.xpath('.//p/text()').extract()

    
asked by anonymous 26.04.2018 / 15:44

0 answers