Skip to main content
Question

Dynamic writers - is it possible to use a wildcard in the Attributes to Remove ?

  • November 6, 2015
  • 2 replies
  • 52 views

I am using a dynamic reader (WFS) that will have multiple datasets with different attributes going through it.

 

 

Using a dynamic writer , I want to be able to use a wildcard in Attributes to Remove to remove any attribute that has the suffix : xsi_nil.

 

I have been trying to use variations on ' *xsi_nil ' but it doesn't seem to like wildcards , or have I just not hit on the correct syntax?

 

Thx

 

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.

2 replies

david_r
Celebrity
  • November 6, 2015
Hi

 

 

I suspect that this a list of constants, and that wildcards aren't supported.

 

 

David

takashi
Celebrity
  • November 6, 2015
Hi,

 

 

As David mentioned, I don't think it's possible to use a wildcard in the parameter setting. You may have to read schema features from the source dataset, modify the schema contents ("attribute{}" list), and configure the dynamic writer with this method.

 

Destination Schema is Derived from List Attributes

 

 

Takashi