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

Last updated