Skip to main content
Version: v1.7.0-dev1 🚧

Import from File System

Overview​

The Import from File System ingestion method allows you to import documents from directories on your local machine or network drives. This method supports glob patterns for flexible file selection and is ideal for bulk imports from organized directory structures.

Import from File System

When to use​

  • Bulk imports: When you have many documents in organized directories
  • Network drives: For importing from shared network locations
  • Automated workflows: When using consistent directory structures
  • Large document sets: For importing hundreds or thousands of files
  • Organized storage: When documents are already organized in folders
note

For document processing options, see the Shared Document Processing Options section in the main documentation.

Directory structure examples​

/documents/
├── report1.pdf
├── report2.docx
└── presentation.pptx

Glob pattern: *.{pdf,docx,pptx}


Feedback