This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Regular Expression - M-FIles Text Analytics

Hi,

I'm not a developer, but I'm trying to configure the M-Files Text Analytics. :). In a document (Contract) is a text Contract No. After that text is a number. A want to add that number to a property definition. So, basically, I want to add a value after the "Contract No." and before the first space.

I've been searching on the internet for the last 3 hours, but I have nothing to show Disappointed

Any help would be appreciated.

Below is the script from the MF Text Analytics:

{
    "targetName": "ContractNo",
    "documentContentPattern": "THIS IS WHERE I WANT TO PUT THE REGULAR EXPRESSION",
    "comment": "PArtnerjeva številka pogodbe",
    "enabled": true,
    "forceSetValue": true
}

BTW, is that even doable in MF Text Analytics?

Best, Uros