Hi Guys
I am having an excel file with three columns
Name Salary Id
Using Assign acivity DB = Dt1.DefaultView.ToTable(true,“C”)
Getting only B column but while executing I am getting the below error I had the column name as “C” even if give the column name as “Id” in the assign activity same error