psdi.iface.load

Class FlatFileParser



  • public class FlatFileParser
    extends BaseFlatFileParser
    Class that Parses Flat files defined as per the MEA System Admistrator Guide document
    • Constructor Detail

      • FlatFileParser

        public FlatFileParser(java.io.BufferedReader reader,
                              java.lang.String delim,
                              int startPosition)
                       throws MXException
        Initialize and parse header information
        Parameters:
        reader - Buffered reader of the Flat file
        delim - delimitter character
        startPosition - Starting position of the parsing file. It will be 0 for the first time.
        Throws:
        MXException
      • FlatFileParser

        public FlatFileParser(java.io.BufferedReader reader,
                              java.lang.String delim,
                              int startPosition,
                              boolean useHeader)
                       throws MXException
        Initialize and parse header information
        Parameters:
        reader - Buffered reader of the Flat file
        delim - delimitter character
        startPosition - Starting position of the parsing file. It will be 0 for the first time.
        Throws:
        MXException
      • FlatFileParser

        public FlatFileParser(java.io.BufferedReader reader,
                              java.lang.String delim,
                              char textQualifier,
                              int startPosition)
                       throws MXException
        Initialize and parse header information
        Parameters:
        reader - Buffered reader of the Flat file
        delim - delimitter character
        startPosition - Starting position of the parsing file. It will be 0 for the first time.
        Throws:
        MXException
      • FlatFileParser

        public FlatFileParser(java.io.BufferedReader reader,
                              java.lang.String delim,
                              char textQualifier,
                              int startPosition,
                              boolean useHeader)
                       throws MXException
        Initialize and parse header information
        Parameters:
        reader - Buffered reader of the Flat file
        delim - delimitter character
        startPosition - Starting position of the parsing file. It will be 0 for the first time.
        Throws:
        MXException
      • FlatFileParser

        public FlatFileParser(java.io.File file,
                              java.lang.String delim,
                              char textQualifier,
                              int startPosition,
                              boolean useHeader)
                       throws MXException
        Initialize and parse header information
        Parameters:
        file - File handler of the Flat file
        delim - delimitter character
        startPosition - Starting position of the parsing file. It will be 0 for the first time.
        Throws:
        MXException
      • FlatFileParser

        public FlatFileParser(java.io.BufferedReader reader,
                              java.lang.String mosName,
                              java.lang.String action,
                              java.lang.String langCode,
                              java.lang.String delim,
                              char textQualifier,
                              int startPosition)
                       throws MXException
        Initialize and parse header information
        Parameters:
        reader - Buffered reader of the Flat file
        delim - delimitter character
        startPosition - Starting position of the parsing file. It will be 0 for the first time.
        Throws:
        MXException