SOLVED
Add columns from one input to another
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
grsomer
8 - Asteroid
‎06-11-2019
09:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi!
I am working with a workflow that has two inputs. One of the inputs contains about 15 columns, but of these only 3 need to be added to my other input. I am wondering if there is a way to add these 3 columns to the other input? The append fields tool does not seem to be what I am looking for as it acts as a Cartesian join. Is there another way to do this?
Any help is appreciated! Thanks!
Solved! Go to Solution.
3 REPLIES 3
JohnJPS
15 - Aurora
‎06-11-2019
10:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @grsomer,
If the rows line up correctly in advance, you can just do a RecordID on both datasets, and then join on the RecordID.
Hope that helps,
John
19 - Altair
‎06-11-2019
11:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎06-11-2019
11:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@danilang thank you! This worked perfectly.
