#1
|
|||
|
|||
Binary file containing string (or regexp) as step condition?
I want to build a step only if a file contains certain data.
For non-binary files, I can use a condition like this: Quote:
Is there a way to pull this off with binary files? Bonus question: instead of containing a literal string (like 'xxx' in the above example) is it possible to check for a regular expression match? |
#2
|
|||
|
|||
You can use the Read File action to look for a regex in a file (and then conditionally build the next step based on the result), but only in text and not binary files. We'll consider supporting binary files in the future, but for now, maybe you could call FIND or FINDSTR?
|
Tags |
binary , condition , file contains , regular expression , step |
|
|