Problems with PassarCodelists (doubled records)

Problems with PassarCodelists (doubled records)

There’s an issue with the latest version (06.05.2024) of the PassarCodelists_V1.xml file. A lot of records are doubled, meaning that there are two records with the same key/code, where the first one has the extended description only in german and the second one in all languages. Both records are considered valid by looking at the validFrom…To date range, but this of course is wrong. Can you please fix that?

See this example:

<codeList id="NCL1119" nameDe="Zusatzinformationscode Einschränkung" nameFr="Code d'information supplémentaire Restriction" nameIt="Codice di informazione supplementare Restrizione" nameEn="Additional Information Code Restriction"> [WRONG RECORD] <code codeNr="B1001" textDe="Bewilligungspositionsnummer" textFr="" textIt="" textEn="" validFrom="2023-05-03" validTo="2999-12-31"/> <code codeNr="B1001" textDe="Bewilligungspositionsnummer" textFr="Numéro de position de l'autorisation" textIt="Numero della posizione dell'autorizzazione" textEn="Authorisation item number" validFrom="2024-01-18" validTo="2999-12-31"/> [WRONG RECORD] <code codeNr="B1002" textDe="Abzuschreibende Menge Einheit" textFr="Quantité à décharger unité" textIt="Quantità da scaricare unità" textEn="" validFrom="2023-02-18" validTo="2999-12-31"/> <code codeNr="B1002" textDe="Abzuschreibende Menge Einheit" textFr="Quantité à décharger unité" textIt="Quantità da scaricare unità" textEn="Quantity to be depreciated unit" validFrom="2024-01-18" validTo="2999-12-31"/> [WRONG RECORD] <code codeNr="B1003" textDe="Abzuschreibende Menge Anzahl" textFr="Quantité à décharger nombre" textIt="Quantità da scaricare numero" textEn="" validFrom="2023-02-18" validTo="2999-12-31"/> <code codeNr="B1003" textDe="Abzuschreibende Menge Anzahl" textFr="Quantité à décharger nombre" textIt="Quantità da scaricare numero" textEn="Quantity to be depreciated number" validFrom="2024-01-18" validTo="2999-12-31"/> <code codeNr="B1004" textDe="Effektiver Warenwert" textFr="Valeur effective des marchandises" textIt="Valore effettivo della merce" textEn="Effective value of goods" validFrom="2023-02-18" validTo="2999-12-31"/> <code codeNr="B1005" textDe="Seriennummer" textFr="Numéro de série" textIt="Numero di serie" textEn="Serial number" validFrom="2023-05-06" validTo="2999-12-31"/> <code codeNr="N1001" textDe="Zusatzattribut (Token) zur CITES Bewilligung" textFr="Attribut supplémentaire (token) pour l'autorisation CITES" textIt="Attributo supplementare (token) per l'autorizzazione CITES" textEn="Additional attribute (token) for the CITES authorisation" validFrom="2024-01-18" validTo="2999-12-31"/> <code codeNr="N1003" textDe="Spezifikation der Ware - Lateinischer Name Lateinischer Name" textFr="Spécification de la marchandise - Nom latin" textIt="Specifiche della merce - Nome latino" textEn="Specification of the goods - Latin name" validFrom="2024-01-18" validTo="2999-12-31"/> <code codeNr="N1004" textDe="Spezifikation der Ware - Präparat oder Salz" textFr="Spécification de la marchandise - Préparation ou sel" textIt="Specifiche della merce - Preparazione o sale" textEn="Specification of the goods - Preparation or salt" validFrom="2024-01-18" validTo="2999-12-31"/> <code codeNr="N1005" textDe="Spezifikation der Ware - CAS-Nr., Substanz PIC" textFr="Spécification de la marchandise - No CAS, substance PIC" textIt="Specifiche della merce - Numero CAS, substanza PIC" textEn="Specification of the goods - CAS No., substance PIC" validFrom="2024-01-18" validTo="2999-12-31"/> [...] </codeList>