Variables in Batch Job

Variables in Batch Job   Variables in Batch Job – In Mule 4 Batch processing if a variable is defined in batch step then it will be tied to the record in process and will be present throughout the record processing i.e. throughout all consecutive batch steps. Sequence is followed so variable declared in Batch…

Share this:
Read More

Process CSV file using Batch Job

Process CSV file using Batch Job   Before starting with the POC we will strongly recommend to go through our Batch Processing tutorial to have a knowledge around how Batch Job work. Let’s see how we can process CSV file using Batch Job processing. For the POC We will process CSV having only 9 records –…

Share this:
Read More

Batch Processing

Batch Processing   Batch Processing is a way of processing records in batch or in collections. The major advantage of batch job is they execute in parallel and hence provide maximum throughput. Batch jobs are ideal for doing following Sync two system in real time e.g. account update details from ERP to Salesforce ETL tool…

Share this:
Read More