Building App On Fuzen

How do I import existing data into my app in bulk?

Yes, Fuzen supports bulk data import so you can seed your app with existing data (e.g. student lists, employee directories, product catalogs, customer records)

Fuzen lets you bring in existing data so you don't have to re-enter records one by one. Whether you have a spreadsheet of employees, a list of customers, or a product catalog, you can upload it directly into your app.

The AI Chat Canvas. Describe your data import needs and the AI will create tables, map columns, and import records for you.

The AI Chat Canvas. Describe your data import needs and the AI will create tables, map columns, and import records for you.

Option 1: CSV / Excel upload

This is the most common method. Works with .csv and .xlsx files.

  1. Prepare your spreadsheet. Make sure the first row contains column headers that match (or closely resemble) the fields in your app. For example, if your app has a "Students" collection with fields Name, Email, Class, your spreadsheet should have those same column headers.
  2. Open the collection in your app. Navigate to the page that displays the data you want to import (e.g. the Employees list page).
  3. Click the Import / Upload button. Look for the Import CSV or Upload button above the data table. It is typically in the toolbar area above the list.
  4. Select your file. Choose the CSV or Excel file from your computer.
  5. Map columns. Fuzen will show a column mapping screen. Match each spreadsheet column to the corresponding field in your app. If the column names match exactly, Fuzen maps them automatically.
  6. Confirm and import. Click Import. The records are added to your collection immediately.

Option 2: Google Sheets integration

You can connect a Google Sheet directly to your app:

  1. In your app, go to the collection where you want the data.
  2. Look for the Connect Google Sheets option (may be in the Import menu or available as a workflow trigger).
  3. Authorize Fuzen to access your Google account.
  4. Select the spreadsheet and sheet tab to import from.
  5. Map columns and import.

Option 3: Tell the AI to import for you

You can also use the AI Chat Canvas to describe what you need:

  • "Add a CSV import button to the Employees page"
  • "Let admins upload a spreadsheet of student records"
  • "Create a bulk upload feature for the Products collection"

The AI will add the import functionality to your app so your users (or you) can upload data anytime.

Tips for a smooth import

TipWhy it matters
Clean your data firstRemove blank rows, fix typos, and standardize formats (e.g. dates as YYYY-MM-DD) before uploading.
Match column names exactlyAuto-mapping works best when your spreadsheet headers match your app's field names.
Start with a small testUpload 5-10 rows first to verify the mapping is correct before importing thousands of records.
Check for duplicatesFuzen adds all rows as new records. If you upload the same file twice, you will get duplicate entries.

Video tutorial

Watch the step-by-step guide: How to bulk upload data in Fuzen

Related articles