Skip to content

File Input

Reads data from the local filesystem.

Supported formats

  • JSON
  • CSV / delimited
  • Parquet

Configuration

bash
DATA_SOURCE_PLUGIN_NAME=file
DATA_SOURCE_PATH=/path/to/input-directory
VariableDefaultDescription
DATA_SOURCE_PATH(required)Path to the directory or file to ingest

Checkpointing

The file input tracks progress by file path and line offset. On restart, already-ingested files and lines are skipped.

Authentication

No connector-specific authentication is required.

Troubleshooting

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

This site is source-available under PolyForm Shield 1.0.0