interface CsvOptions {
    delimiter?: string;
    latfield?: string;
    lonfield?: string;
}

Properties

delimiter?: string
latfield?: string
lonfield?: string