we keep header is true what if we are using batch aggregator and creating a single file now since we are having header is true each batch size it will create a new header which is unwanted can please give solution to that ?
Hi Ravi, There might be multiple solutions based different scenarios 1. You can add columns through dataweave first and make sure header=false 2. We can utilized conditional statement or choice router 3. Utilize dataweave mapping
Simple yet informative! Thanks. By the way: adding header=true is not necessary as "true" is the default value for this parameter.
Yes correct!!
we keep header is true what if we are using batch aggregator and creating a single file now since we are having header is true each batch size it will create a new header which is unwanted can please give solution to that ?
Hi Ravi,
There might be multiple solutions based different scenarios
1. You can add columns through dataweave first and make sure header=false
2. We can utilized conditional statement or choice router
3. Utilize dataweave mapping