Skip to content

Instantly share code, notes, and snippets.

@fganora
Created October 19, 2016 15:10
Show Gist options
  • Save fganora/8a25ac2fa9786dff33200a0aca0ab49e to your computer and use it in GitHub Desktop.
Save fganora/8a25ac2fa9786dff33200a0aca0ab49e to your computer and use it in GitHub Desktop.
Mule DW: appending a footer record to CSV file using the DW "array push" operator
%dw 1.0
%output text/csv separator=";", header=false
---
payload + {filler: "***",
nRec: sizeOf payload,
filler: "***"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment