Local File (Source)
Install
See the Install guide for the full setup, including Windows PowerShell.
curl -fsSL https://install.skippr.io/install.sh | shClick to copyReads data from local files.
Configuration
yaml
source:
kind: file
path: "/data/events.json"CLI
bash
skippr connect source file \
--path /data/export.csv| Flag | Description |
|---|---|
--path | Path to local file |
Authentication
No connector-specific authentication is required.
Permissions or Network Requirements
The path must exist and be readable by the user running skippr. Use an absolute path when possible to avoid confusion about the working directory.
Troubleshooting
| Symptom | Fix |
|---|---|
| file not found | Verify the path and working directory, or switch to an absolute path. |
| permission denied | Check file permissions for the user running skippr. |
Next steps
- Pair this source with a destination from Destination Connectors.
- Start with Quick Start: PostgreSQL for a local evaluation path.
Install
See the Install guide for the full setup, including Windows PowerShell.
curl -fsSL https://install.skippr.io/install.sh | shClick to copy