I would like to extract the figures below the chart: "Carnet d'ordres NYSE Euronext Paris"
in this link:
https://www.cortalconsors.fr/euroWebFr/-?$part=financeinfosHome.Desks.stocks.Desks.snapshot.Desks.snapshotoverview.content.snapshot.snapshot.data.Left.QuoteInformation.Orderbook&$event=switch&id=FR0010613471&id_name=ISIN&exchange=PAR&userAction=true
I have done this:
- Code: Select all
TAG POS=2 TYPE=TR ATTR=CLASS:even EXTRACT=TXT
SAVEAS TYPE=EXTRACT FOLDER=* FILE=dow.txt
But when I extract it in the file, there are lots of "blank" characters. This is very annoying.
This is the best I have found.
Is it possible to extract it line by line, without blank characters. Or, at best, extract it in one shot.
Thank you