Skip to content

Instantly share code, notes, and snippets.

Created September 7, 2016 09:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/181a37e15931e1412037893685857c6f to your computer and use it in GitHub Desktop.
Save anonymous/181a37e15931e1412037893685857c6f to your computer and use it in GitHub Desktop.
FirstName Lastname Age Occupation Location
Abc Def 24 SA LA
Pqr Lms 20 SA AUS
XYZ UIT 22 SA IND
The above sample data is in an html table. I want to extract the content under occupation i.e SA,SA,SA....
After getting the output, it needs to be counted.(Number of SA)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment