question

Upvotes
Accepted
38.1k 69 35 53

MRN Webinar Jan 31: Is MRN data in JSON format?

Is MRN data in JSON format?

elektronrefinitiv-realtimeelektron-sdkmrn
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

1 Answer

Upvotes
Accepted
4.4k 10 6 9

Yes, the content data is in UTF-8 JSON format.

The content stores in field id 32641 "FRAGMENT" which is a buffer type compressed in zlib algorithm. You have to determine whether a particular NEWS item is single fragment or multi-fragment. If it is a single fragment, the applciation can decompress the buffer to JSON content right away. For the multi-fragment, you have to assembly all fragments's buffer together, then decompress to the JSON content.

For Elektron API tutorial, please see this link

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea