Katarzyna, There is actually a controller service JASN1Reader which can read ASN.1. This can be used in the ConvertRecord processor with JsonRecordSetWriter (to write JSON), CSVRecordSetWriter (to write CSV) or FreeFormTextRecordSetWriter (to write text). Per NIFI-6752 <https://issues.apache.org/jira/browse/NIFI-6752> it seems you have to build NIFI with the 'include-asn1' to have JASN1Reader included in the assembly. For more information on how to use the ConvertRecord processor see this great tutorial <https://blogsarchive.apache.org/nifi/entry/record-oriented-data-with-nifi>
On Wed, Sep 20, 2023 at 10:19 AM Katarzyna Janeczko (Nokia) < [email protected]> wrote: > Hi, > I am writing to you to ask if it is possible to build a processor using > already existing tools in Apache Nifi to convert ASN.1 file to > text/json/yaml/csv file? > > Best, > Katarzyna Janeczko >
