System exception at initialization: A column named ‘0’ already belongs to this DataTable. at Source: Add Data Column
HI @guptasweb
The column name “0” is has duplicated in the excel file.
Rename the column name which has duplicate
Regards
Gokul
In Your Dt you have 0
[Column name] already. Try to add with the different name in the Add Data Column
@guptasweb
Can you share the screenshot of that particular datatable in excel or in build datatable? @guptasweb
I think so somewhere the header is replaced with zero or if zero is the actual header name the datatable has the duplicate header name
Regards
Sudharsan
right now, I am not using any build data table activity, I am simply copying the data still I am getting this error.
Actually, right now I am transpose the data from output into new sheet when i am transpose this data I am getting this error:
Errors:
Add Data Column: A column named ‘0’ already belongs to this DataTable.
System exception at initialization: A column named ‘0’ already belongs to this DataTable. at Source: Add Data Column
This shows some error
which activity you are using?