We have received an enquiry of how to split a PDF using multiple split values. Does it require a loop in the flow?
Date
Votes
1 comment
-
Official comment You could achieve this without looping using Encodian's PDF - Split by Text.The action allows you to input a Regex expression. Input yes in the below field. Then use regex syntax to compile a list of values you want to split on. In Regex syntax, the pipe symbol represents OR function so you can split on xxx OR yyy OR zzz and capture multiple split values.Alternatively, if the text follows a pattern, you can target the pattern via Regex. Make sure to split on all instances in the Split Configuration.
Please sign in to leave a comment.