Sessions

In hosted mode the component may:

  1. Start a session with { importerId }
  2. Complete a session with { validRows, invalidRows, fileType, durationMs }

Never sent

File bytes, filenames, headers, mapped cells, or normalized row payloads.

Why it exists

Usage and operations without putting Bootstrapware on the data path. Session start/complete failures do not block a successful local import; onComplete still runs in the browser.

Related: Webhooks · onComplete · Browser-side CSV import