Re: ASN.1 to text file

2023-09-20 Thread Dan S
Katarzyna, I apologize if this is a duplicate email but I did not see my first email show up in the archives. 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 wr

Re: ASN.1 to text file

2023-09-20 Thread Peter Turcsanyi
Hi Katarzyna, You can use ConvertRecord with JASN1Reader on the reader side and Json, XML or other record writers on the writer side. You will also need a source processor to get the ASN.1 file from your external source (it depends on the source you use). The NAR bundle containing JASN1Reader is

Re: ASN.1 to text file

2023-09-20 Thread Dan S
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

ASN.1 to text file

2023-09-20 Thread Katarzyna Janeczko (Nokia)
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