torque-pro-assistant - v1.0.0
    Preparing search index...

    Interface ColumnDetection

    Describes how one CSV column was interpreted.

    interface ColumnDetection {
        header: string;
        mappedTo: string | null;
    }
    Index

    Properties

    Properties

    header: string

    Original header text from the CSV.

    mappedTo: string | null

    Canonical field this column maps to, or null if unrecognized.