RegEx Based Extractor with Multiple Matches

Hi UiPath community,

I would like to ask if it is possible for me to extract multiple matches (using RegEx based Extractor) into only one field? Because some of my documents have multiple field for similar RegEx pattern (while the others have one field).

Thanks. Regards.

give a try on

  • setting the field type multi value setting to true
  • provide a regex pattern covering the field extraction

HI @azeem_rosli

Check the regex option ā€œMultilineā€

Regards
Sudharsan

1 Like

Thanks @ppr & @Sudharsan_Ka, itā€™s working. Just update the field in the taxonomy as ā€˜Is multi-valueā€™ and include ā€˜Multilineā€™ in the Regex Options.

Another question, if the Regex Options is set to ā€˜Singlelineā€™ or not set to any of both, the match will always be one?

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.