Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

ASN.1 BER Parser

avatar
Contributor

Hi,

Need to parse binary ASN.1 BER .Please suggest to do in Apache NIFI.

Regards,

2 REPLIES 2

avatar
Guru

I see that there are some linux packages available to parse this. Quick search showed there are different tools that are available. If you can use them to parse this data outside nifi, you can use ExecuteProcess to call that executable.


Alternatively, I see https://www.openmuc.org/asn1/ which is a java API. You can use that and write a custom processor in Nifi.

avatar
New Contributor

A high performance ASN.1 decoder for NiFi.

 

https://github.com/BonyanSystem/ASN1Processor