Subtype/Asset group lookups using Data Loading Workspace tools

1405
4
12-18-2020 07:20 AM
RichMoore
New Contributor II

---

We have a source feature class with multiple Subtypes that map to the Sewer Network like this:

Source feature classSubtypeDescriptionTarget feature classAsset group
NetworkStructure6GateSewerDevice27
NetworkStructure1DischargeSewerDevice22
NetworkStructure7WeirSewerDevice26

 

I can use a query in the DataReference.xlsx to select the Subtypes I want:

SourceDefinitionQuery
subtype in (6,1,7)

 

My question is ... How do I specify the correct Asset group? 

Do I need a separate row for each target Asset group in the "SourceTargetMapping" sheet in DataReference.xlsx?

Or can I create an expression that maps the Source Subtype to the Target AssetGroup in the "MappingWorkbook"?

I can get the domain table lookups to work, but I haven't figured out how to do Subtype lookups.

Thanks, Rich

Tags (2)
0 Kudos
4 Replies
AllysonReynolds
New Contributor III

Rich,

As far as I understand it, yes you will need a different row for each asset group in the DataReference workbook. I've truncated the entire path name here so it would fit in the image, but it's like this: 

AllysonReynolds_0-1609854639029.png

From that image, you can see that for each of those rows, a different MappingWorkbook also needs to exist. Though, those are generally pretty much the same, at least for me, so far. 

0 Kudos
AllysonReynolds
New Contributor III

Not sure if this attachment might be easier to see/read. 

0 Kudos
RichMoore
New Contributor II

Thanks Allyson.  I found an alternative method that does this similar to mapping domain tables.  The attached graphic might help to explain.

ag_at example.jpg

AllysonReynolds
New Contributor III

Rich,

That seems much more efficient. Thanks so much for sharing! 

-Ally

0 Kudos