eBiss 3

Hilfe & Dokumentation

User Tools

Site Tools


en:transformation:mappings:objektdefinition:klassenaufbau:mapsupressrecordtag

MapSupressRecordTag

Sample 1:

Note: For CSV data without record tag, this must be suppressed in the plugin with the attribute MapSupressRecordTag. The setting Record Tag Position = -1 in the SDF reader component has no effect.

namespace XYZ.ASCII.SLSRPT
{
 
    public class ASCII_SLSRPT : IMapObjectRoot
    {
        [MapMinOccurs(1), MapListType(typeof(SLSASCII)), MapSupressRecordTag]
        public ArrayList SLSASCII;
    }
 
    public class SLSASCII : IMapObjectItem
    {....

Sample 2:

If the RecordTag is at the 2nd position, but this is to be triggered in the header as LK, the attribute MapSupressRecordTag is additionally necessary.

mappings_objektdef_mapsupressrecordtag.jpgmappings_objektdef_mapsupressrecordtag1.jpg

en/transformation/mappings/objektdefinition/klassenaufbau/mapsupressrecordtag.txt · Last modified: 2024/02/20 08:15 by 127.0.0.1