NiFi | How to replace text based on length of field in JSON records
I have data coming into NiFi in JSON format. Below is the sample { "company_name": "mycompany", "companytyp": "producer", "Welcomemes": "welcome_message1", "logo": "//somepath/to/logo URL " } I have been trying to apply a JOLT transformation for the following condition: If the…