Connecting
Connect to the SFTP server using any standard SFTP client:Your SFTP credentials and stakeholder ID are provided by your SOLO account manager. Contact support if you need access provisioned.
Upload Path
Files must be uploaded to schema-specific directories following this pattern:{schema} determines which template the data maps to. See Available Schemas for the full list.
How It Works
- Upload your CSV or JSONL file to the appropriate schema directory via SFTP
- Processing begins automatically — each row is validated and ingested independently
- Data becomes available for querying through the corresponding template endpoints
- Row-level processing — Each row is handled independently. A single invalid row does not affect the rest of the file.
- Duplicate detection — Re-uploading the same file is safely ignored.
- Error reporting — Failed rows are flagged for review. Contact your account manager for access to error reports.
File Requirements
- Formats: CSV (
.csv) or JSON Lines (.jsonl) - Encoding: UTF-8
- Headers: First row must contain column headers matching field names exactly