Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
in my job, I receive data in JSON format from my tRestClient. here is an example:
200 || {"@code": "WAL0404", "@type": "ServerReturnedNOK", "Message": "Replacement item 1987P12555 already exists WAL0404"}
In a tExtractJSON, I want to extract the data from Message, @code and @type variables.
How to extract data from @code & @type in tExtracJSON ?
Try to read by 'Xpath' model.
Regards
Shong