Which parameter is used to read downloaded datasets via a Connector into a FeatureReader?

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 parameter is used to read downloaded datasets via a Connector into a FeatureReader?

Explanation:
The parameter used to read a downloaded dataset inside a Connector into a FeatureReader is the _dataset parameter. This lets the reader know which specific dataset within the downloaded bundle (such as a ZIP or archive containing multiple files) to open and stream as features. The URL parameter is for where to download from, not which item to read once downloaded. The FileName parameter would point to a single file, but the reader needs to know which dataset inside the downloaded content to use. The Schema parameter deals with the data structure, not dataset selection.

The parameter used to read a downloaded dataset inside a Connector into a FeatureReader is the _dataset parameter. This lets the reader know which specific dataset within the downloaded bundle (such as a ZIP or archive containing multiple files) to open and stream as features. The URL parameter is for where to download from, not which item to read once downloaded. The FileName parameter would point to a single file, but the reader needs to know which dataset inside the downloaded content to use. The Schema parameter deals with the data structure, not dataset selection.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy