Usage of regex and editable properties in JSON for swift messages
(Doc ID 2731699.1)
Last updated on DECEMBER 01, 2020
Applies to:
Oracle Financial Services Transaction Filtering - Version 8.0.6 and laterInformation in this document applies to any platform.
Goal
To understand the purpose of regex and editable properties in JSON file used for Swift payment processing.
Example JSON configured with expression and regex are given below for date field.
"children":[
{
"attr":{
"id":"t4:3:1:1",
"field":"",
"status":"",
"fieldName":"Date/Currency/Amount",
"expression":"6!n3!a15d",
"editable":"Y",
"regex":"\\A((?\\d{6})(?[A-Z]{3})(?(\\d{1,15}|(?=.{1,16})\\d+\\,\\d*))(\\r\\n|\\n|\\r|$))"
}
}
]
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |