Knowledge base

Setup

CSV upload

Lost-deals format, target-accounts format, and the most common parse errors.

CSV upload

Thawly accepts two CSV shapes. Both are processed by the same parser — the difference is just which columns you provide.

The richest input. Each row is a deal you didn't win.

ColumnRequiredNotes
nameyesThe company name as you knew it.
deal_valuenoGBP, no currency symbol (e.g. 12500).
lost_datenoYYYY-MM-DD preferred.
lost_reasonnoFree text — fed into Claude when drafting your message.
lost_tonoCompetitor name if known.
notesnoAnything else relevant.

Target-accounts CSV

If you don't have lost-deals data yet, upload a list of accounts you'd like to monitor. Just name is required; everything else can be added later.

Common parse errors

  • "No header row found" — the first line of the file must contain column names. Save from Excel as CSV UTF-8 rather than legacy CSV.
  • "Unrecognised column" — column names are case-insensitive, but typos like lost_value (instead of deal_value) are skipped silently. Check the column header line.
  • Duplicate companies — Thawly de-duplicates on lower-cased name within your account. Re-uploading the same list is safe.

Don't include

We only store company names — no contact names, no email addresses. If your CSV has personal data columns, they'll be ignored and the file is dropped after parsing.