← Back to app
CleanCrumbs

Frequently Asked Questions

Everything you need to know about CleanCrumbs

Is my data safe?

Absolutely. CleanCrumbs processes every file entirely inside your browser using a Web Worker. Your data is never uploaded to any server — this is structurally enforced by the Content Security Policy (CSP), which blocks all outbound data connections.

You can verify this yourself using your browser's DevTools Network tab.

What does each scan type do?

Standard Clean sanitizes names (casing), emails (syntax, typos), phone numbers (E.164 formatting), and addresses (state/province normalisation). It also detects and merges duplicates.

HubSpot Readiness (Pro) runs the standard clean plus validates HubSpot-specific fields: lifecycle_stage, hubspot_owner_id, company_domain_name, and E.164 phone format.

Salesforce NPSP (Pro) runs the standard clean plus validates Salesforce Nonprofit Success Pack fields: Last Name, record_type, donation amounts, and household mailing addresses.

What file formats are supported?

CleanCrumbs supports CSV (.csv) and Excel (.xlsx) files. After processing, you can export cleaned data as CSV, XLSX, or a plain-text summary report.

Can I use CleanCrumbs offline?

Yes. CleanCrumbs is a Progressive Web App (PWA) that works offline after your first visit. All processing happens locally — no internet connection is needed to sanitize files.

Pro Lifetime includes a 30-day offline grace period. Pro Monthly includes a 7-day offline grace period.

What's included in the Pro plan?

Both Pro options unlock identical features: unlimited rows per month and per file, files up to 500 MB, HubSpot Readiness and Salesforce NPSP scans, and Audit & Segment mode.

Pricing options are $7.99/month (cancel anytime) or $29 one-time for lifetime access.

Both include a 30-day money-back guarantee.

What happens if I cancel or want a refund?

We offer a 30-day no-questions-asked refund. After 30 days, refunds are available for major failures under Australian Consumer Law. See our Refund Policy for details.

How does the free tier work?

CleanCrumbs has two free tiers. Without an account, you can process files up to 3,000 rows per file — unlimited files, no monthly cap. Sign up for a free account to unlock 30,000 rows per calendar month (10× more). The monthly quota resets on the 1st of each month. Files up to 10 MB are supported in both free tiers. HubSpot and Salesforce scans require Pro.

My file has 25,000 rows and I'm on the free plan. Will it process?

If you are on the Free signed-in plan, yes — 25,000 rows is within the 30,000 monthly quota.

If you are anonymous (not signed in), no — anonymous usage is limited to 3,000 rows per file.

How does deduplication decide which row to keep?

Deduplication is email-first and case-insensitive. Rows are matched across email columns, and Gmail dot variants (like john.doe@gmail.com and johndoe@gmail.com) are treated as the same address.

If a row has no email, CleanCrumbs can fall back to E.164 phone matching.

When duplicates are merged, the more complete row is kept and missing fields are filled from the other row.

I upgraded to Pro but features are not showing. What should I do?

Try this quick sequence:

  • Refresh the page and sign in again.
  • Clear browser cache and reload.
  • If still not active within 24 hours, email support@cleancrumbs.cloud with your Stripe receipt and account email.
I processed 1,500 rows yesterday and 2,000 today anonymously. Did I use monthly quota?

No. Anonymous usage has a per-file limit (3,000 rows per file), not a monthly quota.

The 30,000 monthly quota applies only to signed-in free accounts.

Does this work with my CRM?

CleanCrumbs exports cleaned data as CSV or XLSX, which are the universal import formats for virtually every CRM — including HubSpot, Salesforce, Zoho, Pipedrive, and Microsoft Dynamics. The HubSpot Readiness and Salesforce NPSP scans (Pro) validate CRM-specific fields before you import.

How should I prepare a CSV for Salesforce NPSP import?

Use Salesforce NPSP scan before import. It runs the standard cleaning pipeline, then validates common NPSP import requirements.

  • Last Name must be present.
  • record_type must be Household or Organization.
  • Donation amounts must resolve to numeric values (currency symbols/codes are cleaned automatically where possible).
  • Household mailing fields should be complete for rows that include mailing addresses.

For best results, keep phone values parseable to E.164 format and export as CSV or XLSX for import into Salesforce.

Does CleanCrumbs use AI or machine learning?

No. All processing is rule-based and runs entirely inside your browser — no AI models, no cloud calls, no external APIs are involved in sanitizing your data.

Column detection uses regex intent matching, phone parsing uses the open-source libphonenumber-js library, and email validation uses pattern rules and a known-domain typo list. This keeps processing fast, private, and fully offline-capable.

Do my column headers need to match exact names?

No. CleanCrumbs uses intent-based column detection — any header containing a recognised keyword is matched, regardless of casing, separators, or surrounding words. For example:

  • Email: Work Email, email_address, CONTACT_EMAIL
  • Name: Contact First Name, FIRST_NAME, given name
  • Phone: Phone Number, mobile_phone, Work Tel
  • State: Mailing State, billing_state, State/Province

Columns that contain none of the recognised keywords are passed through unchanged.