gis-tools-ts - v0.8.0
    Preparing search index...

    Interface DBFRow

    Each row is a key definition to build the properties for each column

    interface DBFRow {
        dataType: string;
        decimal: number;
        len: number;
        name: string;
    }
    Index
    dataType: string

    The single-letter code for the field type. C=string, N=numeric, F=float, Y=currency, L=logical, D=date, I=integer, M=memo, T=datetime, B=double.

    decimal: number

    The decimal places of the row

    len: number

    The length of the row

    name: string

    The name of the row