Skip to main content
Question

Published parameter as identity field name does not resolve in feature writer

  • March 4, 2020
  • 0 replies
  • 4 views

ridleyj
Contributor
Forum|alt.badge.img+8

Using a published parameter such as $(outputTableName) in a SQL writer to name a field.

Taking the parameter value to name the identity field as in $(outputTableName)UKID resolves and creates the column no problem when using a standard SQL writer. So, setting the parameter value to "MyOutputTable" results in a field name of "MyOutputTableUKID".

When attempting to do the same in a SQL FEATURE writer, the parameter will not resolve, and the column is created with the explicit string value '$(outputTableName)UKID'.

Is this behaviour expected between the two varieties of writer?

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.