cancel
Showing results for 
Search instead for 
Did you mean: 

Add a second header to the xml or csv file

Balaji_Ponnam
Active Contributor
0 Kudos

Hi Everyone,

How can we add a second header to the xml output or csv output generated in HCI.

input--
matrixManager,manager,userId
MM01,MGR01,USR01

Output --
matrixManager,manager,userId
Matrix-manager,Mgr, User ID
MM01,MGR01,USR01

Regards,

Balaji

Accepted Solutions (1)

Accepted Solutions (1)

Hi Poonam,

Don't put even first header through standard converter.

Instead use content modifer and add both the headers from there.

matrixManager,manager,userId
Matrix-manager,Mgr,UserID
${in.body}

hope this helps !

thanks and regards,

Praveen T

Answers (0)