i have a application where i need to scrape alomost 30 fields, while doing so sometimes few fields are totally not present ex: current Status is a filed with Active or Inactive, for some ID’s the Current Status field would totally not available/missing, so there might be some other fields that are totally disappeared/Absent
how would i gracefully handle each field while i dont want skip that total Record due to absence of one field… similarly i am not interested in handling each GetText activity with try/catch block… how can i gracefully handle 30 field scraping activities, in case of one or the filed is missed