com.ibm.commerce.foundation.dataload.datawriter

Class AbstractExtractDataWriter

  • All Implemented Interfaces:
    DataWriter
    Direct Known Subclasses:
    CSVDataWriter


    public abstract class AbstractExtractDataWriter
    extends AbstractDataWriter
    This abstract class extends the AbstractDataWriter. The subclass needs to implement the abstract methods save and format.
    • Constructor Detail

      • AbstractExtractDataWriter

        public AbstractExtractDataWriter()
    • Method Detail

      • init

        public void init()
                  throws DataLoadException
        Initializes the Writer. It obtains the data writer node. Obtains the file to which the data has to be written to, and makes it available for the writer to write the data.
        Specified by:
        init in interface DataWriter
        Overrides:
        init in class AbstractDataWriter
        Throws:
        DataLoadException - This exception is thrown when an exception occurs during the initialization.