Search code examples
jbossjbossfuse

How to insert batch file into sql using Jboss Fuse Data Transformation


I want to process a batch file into some Sql table and I'm thinking of using Data Transformation for it has the mapping funcionality which is very good. Is there any way to define a Target Type that can be helpful for this task?


Solution

  • If we go with Camel (which has several database-capable components) we will get a graphical depiction of the application flow through basic Fuse Tooling. (There is no graphical mapper, though.)

    Fuse Tooling

    I hope that helps. Camel really does make it easy to handle your messages and put them in a database-- but you can't drag-n-drop that part of the application design.

    Rick