Add Atttribute from one Feature Set to all members of another
Hello and thanks for reading,
I am hoping for some help with a seemly simple problem. I need to add an attribute to a feature set, taking it from another feature set. In this case, I need to add a zip code to an address feature set that is derived from the other feature set.
I feel like I am circling the correct answer and want to know if you can point me in the right direction.
Thanks a lot for your time,
Silas Toms
-
Sorry, that should read "seemingly simple"
0 -
Hello SilasAriniGeo,
If you convert the FeatureSet into a DataTable, you should be able to add another column for your new attribute. If you convert both FeatureSets to data tables, there might be an easy way to copy one column to the other data table. Once you have populated the DataTable with all the new values for the new attribute, convert it back into a FeatureSet.
The activities FeatureSet To DataTable and DataTable To FeatureSet make this very simple.
-Hope this helps!
0 -
Hi Silas
if you are wanting to make a permanent change to the data then you will of course need a feature service that you are updating. Then you can use the Update Features Activity in your workflow.
Thanks
Ralph
0 -
Michael and Ralph,
Thanks so much for your help!
Silas Toms
0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
4 kommentarer