User Activity

Hi, I’m trying to combine 2 streams 1 coming from XML parser (or mapper) and another a session Id returned by another pipeline. There’s only 1 session Id and a lot of records from the XML and I need to map this 1 session Id to all of the records. Wh...
Hi All, I’m currently building a pipeline that will receive a timesheet data (XML) and then transform each record to an individual xml that will then be used for create timesheet web service calls. I am able to process until the XML generator but st...