Skip to main content

From a csv file, I determine the target layers that I wish to update on ArcGIS online.

The following 2 transformers build the source layer name deriving it from the csv data.

My source data name is an attribute titled “portalservice_andfolder”

This is fed to a dynamic reader that reads my enterprise portal for each layer.

There’s an issue with the Reader.  Refer blue summary for settings.

I’m getting all the features come through but only the schema for the FIRST feature type only.

Refer the below image which is the result <Generic> port from my reader.  The schema port has a count of 1 when there are actually 2 source layers.

The image below shows that the fme attributes are missing for the second feature type.

I tried throwing in a SchemaScanner after the Reader but still only arrived at one schema. 

The issue appears to be in the Reader transformer.

What am I missing here ?

Be the first to reply!

Reply