Skip to main content
Question

Combining Data

  • August 29, 2013
  • 2 replies
  • 57 views

Forum|alt.badge.img
I need to combine ESRI SDE point data from 2 different tables.  I would like to create a union, an SQL union not spatial, to do this.  I need header information from one table to propogate forward for the writer that I am using, which is from GE FieldSmart.  Any ideas how to do this?

 

 

Thanks
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

david_r
Celebrity
  • August 30, 2013
Hi,

 

 

I'm not quite sure what you mean by "header information" in this context, but if you want to join two data sets on attributes (rather than spatially), you could use either the FeatureMerger or the InlineQuerier.

 

 

David

Forum|alt.badge.img
  • Author
  • August 30, 2013
Thanks David,

 

The InLineQuerier is just what I was looking for.

 

 

Don