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
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
Hi @himal, there are some approaches. I would provide an approach using a global variable (VariableSetter/Retriever) and a TestFilter.
Hi
I would use a python caller to filter the one you want.
See workbench attached.
Thank you @davidrich and @takashi for the solutions. I really appreciate your time and effort. Thank you very much.