Riksdagsmonitor Intelligence Platform โ€” API Documentation - v1.0.30
    Preparing search index...
    • Parse CSV text into an array of header-keyed rows with auto-typed values.

      Handles basic quoting ("value, with, commas") and converts numeric strings to numbers. Empty cells are kept as the empty string. Returns [] for inputs without at least a header and one data row.

      Parameters

      • csvText: string

        Raw CSV text

      Returns CSVRow[]

      Parsed rows (empty array if header-only or empty)