Get row item after extracting from data scraping

Sorry for my late response. I was thinking whether there is anyway to identify what qualification each person has… Doesnt it show in the source at one go?

This is something that came into my mind btw… how about this…

  1. Lets keep one datatable instead of many for each… so the one common datatable has all the required columns. From person to sport…

  2. Scrape the person data into few string variables. Then the rest again to string variables.

  3. Add all the values in all variablse into the datatable as a row after collecting each…

  4. Loop to the next and do the same…

This way you can populate all the data without the need of a join… and will be accurate.

This is something similar and easy…

Does this sound like something easy for you? Let know if its complex so i can try to help to make it much easy for you…

2 Likes