Class CsvDatasourceOptions


  • public class CsvDatasourceOptions
    extends MIFileDataSourceOptions
    Options for CSV datasource which extends MIFileDataSource option
    Since:
    18/11/14
    Version:
    $Id$
    Author:
    Marine Dumousseau (marine@ebi.ac.uk)
    • Field Detail

      • CSV_TYPE_OPTION_KEY

        public static final String CSV_TYPE_OPTION_KEY
        The type of crosslink CSV file to read. The option value should be an enum of type CsvType. If this option is not provided, the value by default is CsvType.mix
        See Also:
        Constant Field Values
      • CROSSLINK_CSV_FORMAT

        public static final String CROSSLINK_CSV_FORMAT
        The cross link format value to use with CsvDataSourceOptions.INPUT_TYPE_OPTION_KEY
        See Also:
        Constant Field Values
    • Constructor Detail

      • CsvDatasourceOptions

        public CsvDatasourceOptions()