Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 546 Bytes

File metadata and controls

11 lines (6 loc) · 546 Bytes

File Loader

File loader enables user to upload any file types and automatically uses the appropriate loader for loading the document.

For example, if a .csv file is uploaded, CSV File Loader will be used.

Pros: no need to have separate loaders for each different file types

Cons: less flexibility to configure loader parameters