JiriOndrusek opened a new issue, #71:
URL: https://github.com/apache/camel-upgrade-recipes/issues/71

   The route 
   ```
   - route:
       id: csv-processing-route
       from:
         uri: "direct://input"
         steps:
           - unmarshal:
               csv:
                 formatName: EXCEL
                 delimiter: ","
                 skipHeaderRecord: true
           - log: "Unmarshaled data: ${body}"
   ```    
   
   should be migrated. (formatName -> format) by recipe 
`org.apache.camel.upgrade.camel415.yamDataFormats`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to