Importing data overview
Importing data is a multi-step process that maps to the first two stages of the Medallion architecture:
Bronze (raw) → SilverImport files into Create your dataseta batch from the batchStage 1 is fast — you upload CSV / Excel files and run them through. Stage 2 is where the structure work happens — you build a dataset module that becomes part of your project.
When to import
Typical times you’ll start an import:
- A new project has just been created and has no data yet.
- A customer has sent you updated source files.
- An earlier import had issues and you need to redo it.
The flow at a glance
Stage 1 — Import files (raw / bronze)
- Create an import batch — sits inside the project, groups the files you’re about to upload.
- Upload CSV / Excel files into the batch.
- Run the import — RebelCore™ parses the files. The batch moves to status
Created.
Stage 2 — Create your dataset (silver)
- Open the Module Dataset Builder for the batch.
- Pick the hierarchy / labels, review the AI Data Advisor’s suggestions.
- Click BUILD MODULE — the dataset is now part of your project.
After stage 2 the dataset shows up in the Tree, where you do the gold-tier curation. Each step is incremental — you can leave a batch half-done, come back tomorrow, and pick it up.
Tracking status
Open the Imports page from the side menu (it shows the heading Datasets) to see all batches and their status:
- Draft — batch exists, files may or may not be uploaded yet.
- Processing — RebelCore™ is parsing the uploaded files.
- Created — files parsed; batch is ready to be built into a dataset (the CREATE DATASET action appears).
- Built / linked — dataset is part of a project. The Dataset Availability column shows its label path.
- Failed — something went wrong; click the batch for details.
What’s next
When you’re ready to do an import end-to-end:
- Import files — bronze stage, get the data in.
- Create your dataset — silver stage, give it structure.
- Explore the Tree — gold stage, select what matters.