Hello,
I am trying to capture the text within the table and place into csv file.
Example table..
https://en.m.wikipedia.org/wiki/List_of_Billboard_Hot_100_top_10_singles_in_2007
Text needed...
Single,Artist(s)
songtitle1,artist1
songtitle2,artist2
songtitle3,artist3
and so on...
For the artist field I only need before the "featuring" or "and" text if present. Not the entire line.
I will then collect from all the years with this.
Someone has helped me before using C# and regex. I could not modify to make it work for this again as the page has changed.
Thank you!
LJ
I am trying to capture the text within the table and place into csv file.
Example table..
https://en.m.wikipedia.org/wiki/List_of_Billboard_Hot_100_top_10_singles_in_2007
Text needed...
Single,Artist(s)
songtitle1,artist1
songtitle2,artist2
songtitle3,artist3
and so on...
For the artist field I only need before the "featuring" or "and" text if present. Not the entire line.
I will then collect from all the years with this.
Someone has helped me before using C# and regex. I could not modify to make it work for this again as the page has changed.
Thank you!
LJ