I am trying to customize the standard data ingest template available in kylo using a configuration file. I added the field name nifi.getfile.business_line1=Test in application.properties file available in kylo-services/conf directory. When i try to use nifi expressions in the processor ${business_line1} , it is throwing as business_line1 not found.
Or is there any other way to give customize the standard data ingest?
Can anyone please give a solution to this...