Skip to main content
Question

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

  • May 22, 2018
  • 1 reply
  • 14 views

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

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.

1 reply

austinh
Contributor
Forum|alt.badge.img+4
  • Contributor
  • May 22, 2018

@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.