Hi Everyone,
I want to extract from a website Todays date and yesterdays date of Payment Date and corresponding amount and add it to queue for further processing.
May I know how to achieve it.
Thanks in advance
I want to extract from a website Todays date and yesterdays date of Payment Date and corresponding amount and add it to queue for further processing.
May I know how to achieve it.
Thanks in advance
First Data Scrape it …Output : DT
Next
DT = DT.Asenumerable.Where(Function(r) CDate(r(0).Tostring).Date=Now.Date OrElse CDate(r(0).Tostring).Date=Now.AddDays(-1).Date).Copytodatatable
@saritha,
To proceed with a solution for this, we would like you to clarify a few points:
Hi @saritha - It would be helpful to analyze more on this if you could share a website screenshot