Using Split in YAML #2079
|
When I use split in YAML and add steps - the expression part of split is moved to the end "with" steps layered in between. I would have expected it to do: |
Replies: 2 comments 2 replies
|
Does it cause any problems for the correct execution? |
|
the camel-catalog has an index that can be used as guiding how the tool should create and dump the output files. The YAML DSL schema does not have this information as its based on some json schema spec So kaoto would need to take the information from the camel-catalog and then use that to order the output. But from runtime execution it does not matter, but as humans that look and read the yaml output then steps should always come last. |
So it is more of a cosmetic enhancement you are asking for? If yes, then please go on and create an issue for it. Thank you.