Skip to content

Commit 714dbf1

Browse files
committed
Merge branch 'rohu/doc'
2 parents 3369644 + 9a192fc commit 714dbf1

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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
14
PipelineComponent 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|

0 commit comments

Comments
 (0)