====== MapSupressRecordTag ====== ==== Beispiel 1: ==== {{:images:sign_warning.png?nolink|}}**Hinweis:** Bei CSV Daten **ohne** Record Tag __muss__ dies in dem Plugin mit dem Attribut **MapSupressRecordTag** unterdrückt werden.\\ Die Einstellung **Record Tag Position = -1** in der [[prozessdefinition:repositorien:lesekomponenten:typen:sdf]] hat keine Auswirkung. namespace XYZ.ASCII.SLSRPT { public class ASCII_SLSRPT : IMapObjectRoot { [MapMinOccurs(1), MapListType(typeof(SLSASCII)), MapSupressRecordTag] public ArrayList SLSASCII; } public class SLSASCII : IMapObjectItem {.... ==== Beispiel 2: ==== Wenn der RecordTag an der 2. Stelle steht, dieser aber im Header als //LK// getriggert werden soll, ist das Attribut //MapSupressRecordTag// zusätzlich notwendig.\\ {{images:mappings_objektdef_MapSupressRecordTag.jpg}}{{images:mappings_objektdef_MapSupressRecordTag1.jpg}}