Interface ICsvSourceConfig<I>

  • Type Parameters:
    I - type of identifier of the files this source works with.
    All Superinterfaces:
    ISourceConfig<com.qfs.msg.csv.IFileInfo<I>,​com.qfs.msg.csv.ILineReader>
    All Known Implementing Classes:
    SimpleCsvSourceConfig

    public interface ICsvSourceConfig<I>
    extends ISourceConfig<com.qfs.msg.csv.IFileInfo<I>,​com.qfs.msg.csv.ILineReader>
    A flavour of ISourceConfig for use with CSV file sources.
    • Method Detail

      • getSource

        com.activeviam.tools.dataloadcontroller.core.source.csv.CsvScopedFetchSource<I> getSource()
        Specified by:
        getSource in interface ISourceConfig<com.qfs.msg.csv.IFileInfo<I>,​com.qfs.msg.csv.ILineReader>
        Returns:
        the source object that can be registered with IDataLoadController