File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 1+ [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/github/BizTalkComponents/contextregexparseandpromote?branch=master )] ( https://ci.appveyor.com/api/projects/status/github/BizTalkComponents/contextregexparseandpromote/branch/master )
2+
3+ ##Description
14PipelineComponent that uses a regular expression to parse a context property and promote the result to another context property.
25
3- [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/github/BizTalkComponents/contextregexparseandpromote?branch=master )] ( https://ci.appveyor.com/api/projects/status/github/BizTalkComponents/contextregexparseandpromote/branch/master )
6+
7+ | Parameter | Description | Type | Validation |
8+ | -------------------| ---------------------------------------------------------------------------------------------| ------| -----------------------------------|
9+ | Property to parse| The property path of the property to parse.| String| Required, Format=namespace#property|
10+ | RegEx Pattern| The regular expression pattern to use to parse the property value.| String| Required|
11+ | Destination property| The property path to promote the result to.| String| Required, Format=namespace#property|
12+ | Throw if no match| Specifies whether an ArgumentException should be thrown if the pattern does not match any value.| Bool| Required|
You can’t perform that action at this time.
0 commit comments