Hey All,
The highlighted instructions for Assignment 2 Performer is not clear to me. Could someone clarify?
Assign, dt_YearlyReport = new Datatable
Thanks, but does that mean I create a new datatable variable?
Yes we have to create that DataTable variable and say ‘dt_YearlyReport’ and do initialization like new Datatable.
In this assignment, we will download each month report for each vendor ID and will merge all monthly reports for that vendor and will store result into dt_YearlyReport dataTable variable.
On right hand side, just write new Datatable.