Question

Can I use an Excel Reader containing file paths to load Feature Class Files from serveral FGDB in a FeatureReader?

  • 22 May 2018
  • 1 reply
  • 1 view

The idea is that an Excel document with file-paths is used for pushing updates.


1 reply

Badge +4

@rowe

You can set the destination path for your FGDB using a published parameter in the work space. However you will need to first get the path from your spreadsheet (in a previous work space).

If you are using FME server you can use the FMEServerJobSubmitter trasnfor to call the second works pace (with the destination path) or if you are running it locally you can use the WorkspaceRunner transformer to call the second work space.

Reply