The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
add identifier attribute for joining datasets
data set A:
right now I am manually adding a final row column of data after exporting; for which dataset the data came from ie:
data set A:
a1,b1,c1
a2,b2,c2
data set B:
x1,y1,z1
x2,y2,z2
data set A:
a1,b1,c1,setA
a2,b2,c2,setA
data set B:
x1,y1,z1,setB
x2,y2,z2,setB
before joining them together, Im wondering if there is a way to do that using join or create attribute removing the need for me to run another procress just to join the data after i manually key in the new data
0
Answers