I have two datatables in my workflow, dt_Certified and dt_ExtraHeaders. Both tables have no data in them, but I need to add the column headers from dt_ExtraHeaders to dt_Certified after the existing columns in dt_Certified.
dt_ExtraHeaders is currently being imported from excel. The end user requires this as they will be changing these headers as needed.
What is the simplest way to complete this task? Thanks in advance!