cancel
Showing results for 
Search instead for 
Did you mean: 

Create XML in Groovy script using Dell Boomi

former_member113361
Participant
0 Kudos
404

Hi Experts,

I have a requirement where i need to read multiple field level changes ( emp id, firstname, lastname, salary change, job code change etc..) from CompoundEmployee API and then construct XML for every change

<Row>

<EmpID></EmpID>

<fieldName></fieldName>

<fieldValue></fieldValue>

<ChangeDate></ChangeDate>

<Row>

i'm able to read the field level changes from compoundEmployee API, however I'm stuck on how to create the simple XML and pass over to data context. Any help would be appreciated.


Regards

Biplab Das

Accepted Solutions (0)

Answers (0)