Which reader format is particularly useful to use in conjunction with the WorkspaceRunner transformer for batch processing?

Prepare for the FME Certified Professional Exam. Study with flashcards and multiple-choice questions; each question includes hints and explanations. Ensure your success!

Multiple Choice

Which reader format is particularly useful to use in conjunction with the WorkspaceRunner transformer for batch processing?

Explanation:
The idea is to feed a sequence of input locations into the workspace so you can run it many times in one go. The WorkspaceRunner transformer is designed to execute the same workspace repeatedly for different inputs, and to do that you need a source that provides multiple file or directory paths. The Directory and File Pathnames reader is built to enumerate files and directories, producing a stream of path values that can drive WorkspaceRunner to launch a separate run for each path. This makes it the natural choice for batch processing, such as processing every file in a folder or every item in a list. Other formats like Jpg, Kml, or Png represent single data instances (images or geographic data) rather than a mechanism to generate a batch of input locations. They don’t provide a convenient way to enumerate multiple inputs for repeated runs, so they aren’t as suitable for driving batch workflows with WorkspaceRunner.

The idea is to feed a sequence of input locations into the workspace so you can run it many times in one go. The WorkspaceRunner transformer is designed to execute the same workspace repeatedly for different inputs, and to do that you need a source that provides multiple file or directory paths. The Directory and File Pathnames reader is built to enumerate files and directories, producing a stream of path values that can drive WorkspaceRunner to launch a separate run for each path. This makes it the natural choice for batch processing, such as processing every file in a folder or every item in a list.

Other formats like Jpg, Kml, or Png represent single data instances (images or geographic data) rather than a mechanism to generate a batch of input locations. They don’t provide a convenient way to enumerate multiple inputs for repeated runs, so they aren’t as suitable for driving batch workflows with WorkspaceRunner.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy