Question

How to configure schema mapper which is dynamically fed by feature reader and use attribute mapping lookup table in the form of csv?

  • 12 February 2018
  • 3 replies
  • 7 views

Badge

Please find attached the workflow diagrams and csv file used in FME.


3 replies

Badge

You can map attributes from an attribute mapping source using the 2016 FMEServerJobsubmitter to a generic data source. The values need to be saved as "@VAlue(attributeValue) and passed to a second workbench.

This woks in 2016, however there is a bug in the 2017 FMEServerJobSubmitter that is supposed to be fixed in 2018.

2017fmeserverjobsubmitter.zip

Badge +7

Hi @shashifile, thanks for your question!

 

 

In terms of the SchemaMapper working "dynamically", is the range of possible values of your input or output attributes known? If either one is, it might make sense to simply hand code conditional statements to account for each possibility. You might also want to explore the possibilities of a dynamic workflow.

Providing more information here or on your other related threads might help us narrow down a solution.

Hope this helps.

Nathan

Badge

I don't have fme server.

Reply