Skip to main content
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
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
Thanks David,

 

The InLineQuerier is just what I was looking for.

 

 

Don

Reply