Skip to main content
Question

StringSearcher size limit?

  • December 11, 2018
  • 2 replies
  • 10 views

Forum|alt.badge.img

Hi

Is there a size limit for the "Search in"-string of the StringSearcher-Transformer?

Regards, Tobias

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

gio
Contributor
Forum|alt.badge.img+15
  • Contributor
  • 2252 replies
  • December 11, 2018

@tobibruehlmeier

Is it not the same as the 1000 expressions limit (oracle sql) ?

 

Mostly solved by using an OR statement IN(..) OR IN (..) ..etc.

 

 


takashi
Celebrity
  • 7843 replies
  • December 12, 2018

If you need to find a part that matches a regular expression from first N characters in an attribute value, the SubstringExtractor or the @Substring function can be used to create the value to be set to the Search In parameter.