HED JavaScript Library
    Preparing search index...

    Function convertParsedTSVData

    • Convert parsed TSV file data from the old BIDS format to the new BIDS format.

      Parameters

      • oldParsedTsv: { headers: string[]; rows: string[][] }

        Parsed TSV data using the old format

      Returns Map<string, string[]>

      The parsed contents of the TSV file, using the new format.