Saturday 15 March 2014

c# - parsing resume tablewith HtmlAgilityPack -


Can you ask me to parse the data from this link?

I am trying something like this

  var nodes = doc.DocumentNode.SelectNodes ("/ html [1] / body [1] / table [5 ] / Tbody [1] / tr [1] / td [2] / table [4] / tbody [1] / tr [1] / td [1] / table [1] ");   

But this is not good.

Abbas, I recommend using some third party tools that can extract data from HTML And then you can remove your required data. Like Abrobar, Richelieu and many more if you are looking for your own solution - then add an indicator of the entire text, and then catch them as XML - Study DOM structure and select selective values.

No comments:

Post a Comment