former_member537554
Participant
Member since ‎2017 Nov 02

User Statistics

  • 58 Posts
  • 0 Solutions
  • 11 Kudos given
  • 36 Kudos received

User Activity

Disclaimer When working with parallel processing one must always take constraints into account as outlined in this informative blog by mandy.krimmel. A brief summary below: Parallel processing data towards external systems Take into account sende...
In lots of projects I encounter situations that require a different approach to processing the data than sending a single message through a mapping. Often a new JSON/XML data model is required to transform data prior for sending it to the receiver sy...
I have an integration in which I want to divide the incoming message load to max. 10 groupings and process them in in parallel. Currently, I'm looking at the general splitter parallel processing options. What I want to do is to set the grouping param...
Hello, Currently we have an integration which reads a CSV file from a server. We would like to read the last modified date of that file as well, in the camel file language it shows that the correct expression is ${date:modified}. However, this is n...
Hi all, In CPI we connect to an SFTP environment with folders input, output and error. The files needed processing are set in the input folder and upon succesful processing we replace them to the output folder. However, in case of an exception we w...