All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.robe.convert.tsv.TSVImporter Maven / Gradle / Ivy

There is a newer version: 0.5.0.0-1039
Show newest version
package io.robe.convert.tsv;

import io.robe.convert.csv.CSVImporter;
import org.supercsv.prefs.CsvPreference;

public class TSVImporter extends CSVImporter {

    public TSVImporter(Class dataClass) {
        super(dataClass, CsvPreference.TAB_PREFERENCE);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy