CSVW RDF Convertor - Documentation
    Preparing search index...
    interface Issue {
        location?: Partial<CsvLocation>;
        message: string;
        type: "error" | "warning";
    }
    Index

    Properties

    location?: Partial<CsvLocation>
    message: string
    type: "error" | "warning"