🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

add identifier attribute for joining datasets

User: "Lin_Wei"
New Altair Community Member
Updated by Jocelyn
data set A:
a1,b1,c1
a2,b2,c2

data set B:
x1,y1,z1
x2,y2,z2

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,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

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "Lin_Wei"
    New Altair Community Member
    OP
    Im stupid lol just generate attribtue