CSVW RDF Convertor - Documentation
    Preparing search index...

    CsvLocationTracker is a specialized LocationTracker for CSV files.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    _loc: Partial<T> = {}
    scopeLayers: (keyof CsvLocation)[]

    Accessors

    Methods

    • Updates the location in the file being processed. If only partial location is provided, less specific layers will be kept from the original location and more specific layers will be removed.

      Parameters

      • newLoc: Partial<T>

        The new location to be set.

      Returns void