Skip to main content
Solved

there is a way to make a published parametre for the table qualifier of postgis writer ?

  • December 4, 2015
  • 8 replies
  • 23 views

Forum|alt.badge.img

hi,

is it possible to make a published parametre for the table qualifier of postgis writer ?

thx a lot for ur help

have a Nice day

Best answer by takashi

Hi,

You can create a user parameter from the menu button beside the Table Qualifier field in the writer feature type properties dialog.

Takashi

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.

8 replies

david_r
Celebrity
  • December 4, 2015

I haven't tried, but perhaps inserting something like this could work

$(MY_PUBLISHED_PARAMETER)

David


takashi
Celebrity
  • Best Answer
  • December 4, 2015

Hi,

You can create a user parameter from the menu button beside the Table Qualifier field in the writer feature type properties dialog.

Takashi


Forum|alt.badge.img
  • Author
  • December 4, 2015

I haven't tried, but perhaps inserting something like this could work

$(MY_PUBLISHED_PARAMETER)

David

Hi David,

Thx for ur answer but it doesnt work :/

best regards


Forum|alt.badge.img
  • Author
  • December 4, 2015

Hi Takashi,

thx for ur answer but there is no way to make a user parametre in my writer :/

Which version of FME u have ?

best regards


Forum|alt.badge.img
  • Author
  • December 4, 2015

I haven't tried, but perhaps inserting something like this could work

$(MY_PUBLISHED_PARAMETER)

David

Sorry for my last msg ! it WORK :)

Thank u David 

Best regards


takashi
Celebrity
  • December 4, 2015

Hi Takashi,

thx for ur answer but there is no way to make a user parametre in my writer :/

Which version of FME u have ?

best regards

oh, you are using FME 2015.0 or earlier? Although there isn't the menu button for the table qualifier field in your version, you can set a user parameter name to the field directly, as David mentioned.

In 2015.1+, the menu button has been added to the field.


erik_jan
Contributor
Forum|alt.badge.img+23
  • Contributor
  • December 4, 2015

You can always use a published parameter, fetch that into an attribute with a ParameterFetcher and use a Fanout to create the table by that name.


mark2atsafe
Safer
Forum|alt.badge.img+59
  • Safer
  • December 4, 2015

I haven't tried, but perhaps inserting something like this could work

$(MY_PUBLISHED_PARAMETER)

David

Hi David - I set Takashi's answer to accepted rather than yours, because that's the way it should be from now on I think.