Concatenate data tables by matching column names.
Have two data tables.DT1 has Colm: A, B, C, E, H, I. DT2 has colm: A, B ,C , D ,E ,F, G, H, II need to concatenate Dt2 rows to DT1's rows but only the columns that match to DT1. So dont want colms: D, F, G, from DT2. Thanks in advance for the help.