Replies: 1 comment
-
that's outside the scope of this software, but you can just copy+paste into google spreadsheets |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I manage to extract digits from an html page, with the use of Xpath (
//*[contains(@data-label, 'Moyenne') and contains(@class, 'ng-scope')]
).I therefore output one note per line.
Sample:
Is it possible to obtain the average of these scores rather than their detail?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions