You can copy and paste this module export into your scenario. This will paste the modules shown in my screenshots above.
-
Copy the code below by clicking the copy button when you mouseover the top-right of the code block

-
Enter your scenario editor. Press ESC to close any dialogs. Press CTRLV to paste in the canvas.
-
Click on each imported module and save it. You may need to remap some variables.
Modules JSON Export
{
"subflows": [
{
"flow": [
{
"id": 19,
"module": "regexp:Parser",
"version": 1,
"parameters": {
"pattern": "(?<=^|\\n|\\s+)(?<label>\\w(?:[\\w -])+?(?=\\s{2,}))(?:\\s+(\\w{1,7}(?:\\s\\w{1,4}|(?:AD|DY))?(?=\\s+|\\n)))(?:\\s+(\\w{1,7}(?:\\s\\w{1,4}|(?:AD|DY))?(?=\\s+|\\n)))?(?:\\s+(\\w{1,7}(?:\\s\\w{1,4}|(?:AD|DY))?(?=\\s+|\\n)))?(?:\\s+(\\w{1,7}(?:\\s\\w{1,4}|(?:AD|DY))?(?=\\s+|\\n)))?(?:\\s+(\\w{1,7}(?:\\s\\w{1,4}|(?:AD|DY))?(?=\\s+|\\n)))?(?:\\s+(\\w{1,7}(?:\\s\\w{1,4}|(?:AD|DY))?(?=\\s+|\\n)))?[\\w\\W]+?Price:(?:\\s+([\\d.]+)(?=\\s+|\\n|$))(?:\\s+([\\d.]+)(?=\\s+|\\n|$))?(?:\\s+([\\d.]+)(?=\\s+|\\n|$))?(?:\\s+([\\d.]+)(?=\\s+|\\n|$))?(?:\\s+([\\d.]+)(?=\\s+|\\n|$))?(?:\\s+([\\d.]+)(?=\\s+|\\n|$))?",
"global": true,
"sensitive": true,
"multiline": false,
"singleline": false,
"continueWhenNoRes": false,
"ignoreInfiniteLoopsWhenGlobal": false
},
"mapper": {
"text": "{{17.value}}"
},
"metadata": {
"designer": {
"x": 408,
"y": -705,
"messages": [
{
"category": "last",
"severity": "warning",
"message": "A transformer should not be the last module in the route."
}
]
},
"restore": {
"parameters": {
"sensitive": {
"collapsed": true
},
"multiline": {
"collapsed": true
},
"singleline": {
"collapsed": true
},
"continueWhenNoRes": {
"collapsed": true
}
}
},
"parameters": [
{
"name": "pattern",
"type": "text",
"label": "Pattern",
"required": true
},
{
"name": "global",
"type": "boolean",
"label": "Global match",
"required": true
},
{
"name": "sensitive",
"type": "boolean",
"label": "Case sensitive",
"required": true
},
{
"name": "multiline",
"type": "boolean",
"label": "Multiline",
"required": true
},
{
"name": "singleline",
"type": "boolean",
"label": "Singleline",
"required": true
},
{
"name": "continueWhenNoRes",
"type": "boolean",
"label": "Continue the execution of the route even if the module finds no matches",
"required": true
},
{
"name": "ignoreInfiniteLoopsWhenGlobal",
"type": "boolean",
"label": "Ignore errors when there is an infinite search loop",
"required": true
}
],
"expect": [
{
"name": "text",
"type": "text",
"label": "Text"
}
],
"interface": [
{
"type": "text",
"name": "label",
"label": "label"
},
{
"type": "text",
"name": "$2",
"label": "$2"
},
{
"type": "text",
"name": "$3",
"label": "$3"
},
{
"type": "text",
"name": "$4",
"label": "$4"
},
{
"type": "text",
"name": "$5",
"label": "$5"
},
{
"type": "text",
"name": "$6",
"label": "$6"
},
{
"type": "text",
"name": "$7",
"label": "$7"
},
{
"type": "text",
"name": "$8",
"label": "$8"
},
{
"type": "text",
"name": "$9",
"label": "$9"
},
{
"type": "text",
"name": "$10",
"label": "$10"
},
{
"type": "text",
"name": "$11",
"label": "$11"
},
{
"type": "text",
"name": "$12",
"label": "$12"
},
{
"type": "text",
"name": "$13",
"label": "$13"
},
{
"type": "uinteger",
"name": "i",
"label": "i"
},
{
"type": "any",
"name": "__IMTMATCH__",
"label": "Fallback Match"
}
]
}
}
]
}
],
"metadata": {
"version": 1
}
}