Python Programming for ASN.1 file

Hi.

Has anyone here got an experience doing conversion from asn1 format to a readable format so that it can be processed by Oracle? I want to load the data into a table. This is a CDR file.

Attached is the pairing file. Please remove the .txt at the end.

Someone said that it is possible with the Python programming but he also don't have the script.

And I have no idea at all that how is this is possible.

I've been done some searching and it seems that my Unix server has the iconv utility to convert the non-readable file to ASCII. But I do not know what should be the source enconding.

I really appreciate your help.

Thanks.

There are quite a few Python ASN.1 parsers and decoders available. Do an Internet search for "ASN.1 Python parser" or "ASN.1 Python decoder."