Skip to main content
Question

start and stop reading the rows when condition is met

  • April 18, 2018
  • 3 replies
  • 24 views

Hi,

I have a following table and I want read rows between start and stop. Is there anyway I achieve this in FME? any help will be highly appreciated.

Thanks you

IDDESC1

rest2start3run4rest5aaa6 stop7rest8run9start10bbb11run12stop13aaa

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.

3 replies

takashi
Celebrity
  • April 18, 2018

Hi @himal, there are some approaches. I would provide an approach using a global variable (VariableSetter/Retriever) and a TestFilter.


Forum|alt.badge.img
  • April 18, 2018

Hi

I would use a python caller to filter the one you want.

See workbench attached.

start-and-stop.fmw

table.csv


  • Author
  • April 18, 2018

Thank you @davidrich and @takashi for the solutions. I really appreciate your time and effort. Thank you very much.