Re: Unexpected behavior: split + wireTap

2025-06-16 Thread Vladislav Krejcirik
Sorry, I forgot to include the link to the file. Here we are: https://www.filemail.com/d/semdpxvatlusiwc Thanks, Vlad > On 16. 6. 2025, at 10:59, Vladislav Krejcirik wrote: > > Hi, > > Sure. I attached complete Camel route. The route name is > `IN_FISS_A_RPT111ProcessingRoute`. > > Let me e

RE: Re: Unexpected behavior: split + wireTap

2025-06-16 Thread Vladislav Krejcirik
Hi, Sure. I attached complete Camel route. The route name is `IN_FISS_A_RPT111ProcessingRoute`. Let me explain the problem again. I’m trying to process each line from file obtained from FTP server. That code is starting with `.split(simple("${exchangeProperty.ftpFileContent}”))`. I do couple t

Re: Unexpected behavior: split + wireTap

2025-06-12 Thread Claus Ibsen
Hi Can you post the full route code with the splitter and whatnot as its not entirely understandable what you problem is. So can you try explain it better. On Wed, Jun 11, 2025 at 1:51 PM Vladislav Krejcirik wrote: > Hi All, > > We are experiencing unexpected behavior when using .wireTap within