Elektron - Get TRNA data

Hi,

I am relatively new to Elektron. We currently get TRNA data via FTP and have to move to this Elektron process.

How do I go about changing this example code:

javacode.png

To get this data:

marketsens.png

Best Answer

  • Hi @aamod,

    Have you had a chance to review the tutorials for EMA? Within there, you can find a complete tutorial explaining the details related to retrieving Machine Readable News - MRN data.

    In addition, you can also review the Machine Readable News Webinar on the News page within the developer portal that explains the concepts around working with MRN data using our APIs.

Answers

  • The difference is that the Tutorial users MRN_STORY where we were registered for MRN_TRNA

  • You simply need to replace “MRN_STORY” with “MRN_TRNA”. The algorithm is the same in terms of processing the envelope and uncompressing the fragments. The resulting JSON contents will be different.

  • Thanks, did change it.