Operate
← Data connectionsUpload local data
Register CSV, JSON, JSONL, or NDJSON as a workspace Space.
Use an upload for a local research file that does not already live in an external data system. Relifold stores the file in workspace-owned storage and exposes it as an ordinary logical Space.
Workflow
- Open Data and choose Upload.
- Select a CSV, JSON, JSONL, or NDJSON file.
- Give the logical Space a meaningful name.
- Preview columns and rows, then register it.
Row shape
CSV produces one row per record. JSON may contain one object or an array of objects. JSONL and NDJSON contain one JSON object per line. Nested fields remain nested until a pipeline explicitly selects, flattens, or transforms them.
When to use a connector instead
Use an external connection when another system remains the source of truth, the dataset is large, or future sessions should ingest newly arrived rows without uploading another file.