Hi Folks, Planning to write an malhar operator which will take Map or POJO as input and provide output as formatted data string as per specified template data.
Use Cases: Get data in output data format like XML, HTML etc. Generate automated emails etc. Generate configuration files also source code in some cases. Generate Date/time format etc. How: Planning to use template engine library "Freemarker" currently under Apache License. Investigated libraries like freemarker, thymeleaf and velocity. Strength of Freemarker with respect ot others mentioned above: Ease of use, almost zero dependencies, light weight (faster processing) Please let me know your thoughts/suggestions on this. Thanks, Deepak -- Thanks & Regards Deepak Narkhede
