Skip to main content

When using the FeatureWriter to write to an Esri Geodatabase (ArcSDE Geodb) Feature Class why is there no option to use an Attribute Value for the ‘Feature Class or Table Qualifier’ setting?

There’s only the option to use a User Parameter. I am trying to make this dynamic as the Qualifier would change depending on the environment I am trying to write to. The value I want to use is coming from an attribute.

 

The option is available in the ‘Feature Class or Table Name’:

 

Just curious why this format is set up this way in the FeatureWriter. Could this be addressed in future versions please?

Version: 2024.1.1.0 (20240729 - Build 24619 - WIN64) 

It usually work for me to concatenate the qualifier and the table name in the Feature Class or Table Name line with a dot between the values:

@Value(TableQualifier).@Value(TableName)


@carlm Thanks for this little hack. However, it would be nice if Safe would fix this bug or better document this work-around.


Reply