I’m working on Excel sheet and I’m getting error while working on that.
In my headers i have some special characters because of that I’m unable to read the Excel it is throwing me error.
I’m attaching my input and output sheet. Can anyone guide me.
I want to remove special characters from my headers
@Beginner1234
1.use excel scope activity in that read range activity.-o/p:dt_excel
“it will read even if we have spl. characters in header”
2.create a build data table with column names.-o/p: dt_build
3.assign-
dt_build=dt_excel.AsEnumerable.Select(function(x) dt_build.Clone.LoadDataRow({x(0).ToString,x(1).ToString},false)).CopyToDataTable
4.write range workbook activity,enable add headers in property