torque-pro-assistant - v1.0.0
    Preparing search index...
    • Read a dropped File, run it through Papa Parse via parseCsv, and package the result alongside the file metadata the preview / save stages need downstream.

      Throws when the parsed CSV has zero data rows so the composer can surface a clear error message; the empty-file case is the only thing the parser itself doesn't recover from gracefully.

      Parameters

      • file: File

        Dropped CSV file from the Mantine Dropzone.

      Returns Promise<ParsedFile>

      Parsed CSV + the original file name / size + a default session name.

      When the parsed CSV has no rows.