Hi, I have raised a pull request for CCDA Processor (NIFI-3147) <https://github.com/apache/nifi/pull/1312> . The processor contains a properties file that has mappings for the CDA parser.
There were a few considerations to keep this properties file bundled with the processor. First being that these mappings would not change often, once all sections are mapped. They would change if CCDA specification changes, and in that case these should be changed appropriately by contributors and tested. Having an end user change these could be error prone and usually not required. Thus I have not kept these as processor property (user-editable) or external to the CCDA bundle. Would there be scenarios where an end user (one who adds processors on the canvas and connects them) may require to update these mappings. Do try out the processor and provide any feedback. The processor input is CCDA file and output is FileFlow content as JSON and FileFlow attributes as flattened CCDA mappings. Regards, Kedar -- View this message in context: http://apache-nifi-developer-list.39713.n7.nabble.com/CCDA-Processor-NIFI-3147-properties-file-tp14211.html Sent from the Apache NiFi Developer List mailing list archive at Nabble.com.
