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 SDF Lesekomponente 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 {....