cancel
Showing results for 
Search instead for 
Did you mean: 

map the decompressed field which returns an xml to target fields

Former Member
0 Kudos

Hi,

I have a scenario where I am getting a field which has decompressed data GZIP base 64 encoding. I ma getting an XML in the field Compresseddata from source. I am decompressing it. I am able to decompress it but I dont know how to map it with target fields.

it was mapped like compresseddata-UDF-compresseddata, Message-Message and go on. since I am getting the compressed data in compresseddata field, I am decompressing it. it is decompressing as an xml. so how to map it with target fields ?

Please suggest.

Thanks,

Sherwin

Accepted Solutions (1)

Accepted Solutions (1)

PriyankaAnagani
Active Contributor
0 Kudos

Hi Sherwin,

In the UDF, you need to parse the xml and retrieve the values of fields and then map to target. The approach would be something like I suggested in below thread.

https://archive.sap.com/discussions/thread/1978579

--Priyanka

Answers (1)

Answers (1)

Former Member
0 Kudos

HI Priyanka,

Thank you so much again..!!

Best regards,

Sherwin