ASN.1 Products
asn1step bcas.asn -decode 1 myCard.csvIn this case, components of SET and CHOICE types are expected to be included in a sorted order in the input .csv file. Use the new -noSortSetChoice option to decode CSV with non-sorted SET and CHOICE components:
asn1step bcas.asn -decode 1 myCard.csv -noSortSetChoice