Skip to main content
Solved

Extract one feature from a gz file without reading all the features on the file

  • June 10, 2016
  • 2 replies
  • 23 views

pushpa
Contributor
Forum|alt.badge.img+9

I would like to know is there a possibility FME can control how many features workspace reads before translate data. I have a gz file that contain 100k features but I only need to extract 1 x feature from the gz file.

Best answer by pratap

Hi,

I have not worked on gz files but FME will have option in reader advanced parameters. It will be like "Max Features to Read". Place 1 in minimum and maximum.

Hope this helps

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.

2 replies

pratap
Contributor
Forum|alt.badge.img+12
  • Contributor
  • Best Answer
  • June 10, 2016

Hi,

I have not worked on gz files but FME will have option in reader advanced parameters. It will be like "Max Features to Read". Place 1 in minimum and maximum.

Hope this helps


pushpa
Contributor
Forum|alt.badge.img+9
  • Author
  • Contributor
  • July 21, 2016

Hi,

I have not worked on gz files but FME will have option in reader advanced parameters. It will be like "Max Features to Read". Place 1 in minimum and maximum.

Hope this helps

Hi there,

thank you very much. It works!