Class ExportUtils


  • public class ExportUtils
    extends java.lang.Object
    Utility class of the impex based export.
    • Constructor Detail

      • ExportUtils

        public ExportUtils()
    • Method Detail

      • createDataExportTarget

        public static ImpExExportMedia createDataExportTarget​(java.lang.String code)
        Hint:This method should be used for the creation of an 'exported data' media.
        Creates a new ImpExExportMedia instance with the specified code and the configured default values for:
      • ImpExExportMedia.COMMENTCHARACTER
      • ImpExExportMedia.FIELDSEPARATOR
      • ImpExExportMedia.FIELDSEPARATOR and
      • ImpExExportMedia.ENCODING.
Parameters:
library -
itemlist -
Returns:
the created export script
Throws:
java.io.IOException