Skip to main content
Archived

TestConditions in TestFilter , support list elements index range in Test Clauses

Related products:FME Form
  • October 19, 2021
  • 0 replies
  • 16 views

samisnunu
Contributor
Forum|alt.badge.img+15

***Note from Migration:***

Original Title was: TestConditions in TestFilter , support list elements index range in Test Clauses



In TestFilter, allow specifying the list index range in the Test Clause

e.g., _list{[0-2]}.fruit = 'Apple'

rather than specifying each element index to test for individually:

_list{0}.fruit = 'Apple'

AND _list{1}.fruit = 'Apple'

AND _list{2}.fruit = 'Apple'

without going into PythonCaller, or custom transformer way

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.