Hi All, I am merging multiple datable using the merge data table activity but after completion, I can see extra blank columns created like column 1 and column 2…
I am not sure why it’s happening. Please, anyone, have any solution leet me know
Hi All, I am merging multiple datable using the merge data table activity but after completion, I can see extra blank columns created like column 1 and column 2…
I am not sure why it’s happening. Please, anyone, have any solution leet me know
Hi @pankajmohan.dhane ,
Could you maybe check the Datatable values in Debug Panel and check whether there are blank column values are present ?
Use Remove Data column Activity after merging two Data tables.
I am getting 70 columns but anyways it resolved now.
Hi @pankajmohan.dhane , could you kindly explain how you resolved your issue if you get the chance?
I was going to suggest modifying the input tables to make sure that they have the same number and name of columns, or modifying the Missing Schema Action property of the merge activity.
If all else failed, you could loop through your columns and remove any that are not those you expect.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.