How to merge two example sets having different attribute names but order and data type is same


in Help
Hi I have two example sets having similar information coming from different sources. I just need to merge them one after the other taking name of the first exampleset.
for example
Dataset 1
A B C D E
aa bb cc dd ee
Dataset 2
AA BB CC DD EE
A B C D E
Output
A B C D E
aa bb cc dd ee
A B C D E
for example
Dataset 1
A B C D E
aa bb cc dd ee
Dataset 2
AA BB CC DD EE
A B C D E
Output
A B C D E
aa bb cc dd ee
A B C D E
0
Answers