Hi everyone,
I've tried to answer this myself but no luck. I fear it might be so simple i'm overlooking it. I'm comfortable with left & inner join, however i'm trying to 'join' two data sets that share the same field names but completely different values.
spreadsheet one -
'Issue key' 'Aging' 'Status'
'DR-1004' '3' 'In Analysis'
'DR-1007' '2' 'New'
Spreadsheet two -
'Issue key' 'Aging' 'Status'
'IT-85' '6' 'New'
'IT-86' '7' 'New'
And i'd like my results to be -
'Issue key' 'Aging' 'Status'
'DR-1004' '3' 'In Analysis'
'DR-1007' '2' 'New'
'IT-85' '6' 'New'
'IT-86' '7' 'New'
Which command can I use to add the results of spreadsheet two underneath the results of spreadsheet one, without using a matching field?
Please note I am using .csv files rather than indexes or sourcetypes.
Thanks!
↧