Mapping Employee Update Atom Feed changed attributes
Hi,
I am invoking the employee update atom feed. The changed attributes come in the response like this:-
"Changed Attributes" : [ {
"AddressLine3" : {
"old" : "street",
"new" : "street1"
}
} ]
The problem is I have to transform and generate a csv file with a pre defined format. There AddressLine3 is a column in the csv file.How do I map the changed attribute coming here to the corresponding column of my csv file?
Any help in this transformation will be greatly appreciated!!
Tagged:
0