Hi,
I need to select only row1 of data, not rest of the rows, not the headers and add to a data table. Repeat this for few Excels by reading row1 and adding to a datatable. I have to write these rows into another excel. How to do this?
Use Workbook Read Range activity for reading the excel files. This will be faster than Excel Process Scope. Store this in temporary datatable for each scope.
Add Data Row from to a datatable variable scope should be out of for each file activity.
Add Data row - Object reference not set to instance of an object.
I think declaring the datatable as a variable and not initializing throwing me error.