Class MessagesCSV


  • public class MessagesCSV
    extends Object
    MessagesCSV.

    Messages used by the various implementation classes of the messaging-csv project. This includes definitions, log and exception messages.

    Author:
    ActiveViam
    • Field Detail

      • OPERATION_COMPLETE

        public static final String OPERATION_COMPLETE
        {0}: Processing of workload #{1} completed in {2}. {3} parsed into {4} lines ({5} records published). Average throughput: {6}/s, {7} lines parsed/s, {8} published records/s.
        See Also:
        Constant Field Values
      • CHARSET_UNDEFINED

        public static final String CHARSET_UNDEFINED
        Charset is undefined. Automatically switching to default Charset ({0}). Available Charset are : {1}.
        See Also:
        Constant Field Values
      • EXC_TRANSLATING_COL

        public static final String EXC_TRANSLATING_COL
        Exception while translating column {0} with parser {1} in file {2}. Parsed text was \"{3}\".
        See Also:
        Constant Field Values
      • EXC_TRANSLATING_LINE

        public static final String EXC_TRANSLATING_LINE
        The parsing of line #{0} failed in source: {1}, text: {2}.
        See Also:
        Constant Field Values
      • NO_VALUE_REGISTERED_FOR_TYPE

        public static final String NO_VALUE_REGISTERED_FOR_TYPE
        The field parser plugin has no value registered for type {0}.
        See Also:
        Constant Field Values
      • READING_VIA_SKIP

        public static final String READING_VIA_SKIP
        Reading (via skip) from an output buffer.
        See Also:
        Constant Field Values
      • NO_GOOD_SIZE

        public static final String NO_GOOD_SIZE
        Record to write has length which is not the record size of.
        See Also:
        Constant Field Values
      • LESS_SIZE

        public static final String LESS_SIZE
        Record has length with offset which is less than the record size of.
        See Also:
        Constant Field Values
      • BIG_FILE_PREFIX

        public static final String BIG_FILE_PREFIX
        File prefix is greater than 155 characters.
        See Also:
        Constant Field Values
      • NO_HEADER_READ

        public static final String NO_HEADER_READ
        Something went wrong when reading the header.
        See Also:
        Constant Field Values
      • NO_SAME_HEADER

        public static final String NO_SAME_HEADER
        Headers are not the same, verify header of file.
        See Also:
        Constant Field Values
      • WRONG_HEADER

        public static final String WRONG_HEADER
        Wrong Header Configuration : Column order length is not the same as the column order type".
        See Also:
        Constant Field Values
      • PARSER_TASK_CHANNEL_CLOSED

        public static final String PARSER_TASK_CHANNEL_CLOSED
        The parsing of {0} stopped because channel is closed. This is most probably due to an earlier error in the parsing pipeline.
        See Also:
        Constant Field Values
    • Constructor Detail

      • MessagesCSV

        public MessagesCSV()