mwg API
    Preparing search index...

    Function coerceTableValue

    • Coerces one table cell from text using the column's type, accepting yes/no for booleans.

      Parameters

      • raw: string
      • type: CsvColumnType
      • column: string
      • listDelimiter: string = ';'
      • mapDelimiter: string = '='

      Returns unknown

      import { coerceTableValue } from '@datamoc/mw_games/mwl';

      console.log(coerceTableValue('3', 'number', 'cost')); // 3