Skip to content

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 copy

Reads data from local files.

Configuration

yaml
source:
  kind: file
  path: "/data/events.json"

CLI

bash
skippr connect source file \
  --path /data/export.csv
FlagDescription
--pathPath 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

SymptomFix
file not foundVerify the path and working directory, or switch to an absolute path.
permission deniedCheck file permissions for the user running skippr.

Next steps

Install

See the Install guide for the full setup, including Windows PowerShell.

curl -fsSL https://install.skippr.io/install.sh | shClick to copy