Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Won't Fix
-
2.17.1
-
None
-
None
-
Unknown
Description
In my project we are using SpringBoot (war) + Apache Camel + BeanIO for data integration purpose where first step is to implement data load from files (csv, excel, etc.) and produce extract in csv , pdf, excel, etc. format
One of the important requirement is to be able to reload the routes and mapping configurations.
Was able to reload the routes but couldn't find a way to reload beanio data format. I think there should be some provision in BeanIODataFormat to reload mappings.
Have a look at the poc project etl @ https://github.com/Jayeshecs/incubate/tree/etl