Some loaders pass on additional arguments to the libraries they use to load the files (e.g. ExcelLoader passes on all arguments to openpyxl). Unfortunately not all loaders do this, so you can't pass on options like giving a delimiter to the CsvLoader.
Loaders affected:
CsvLoader
JsonLoader (only for read)
TomlLoader
XmlLoader (only for read)
Some loaders pass on additional arguments to the libraries they use to load the files (e.g.
ExcelLoaderpasses on all arguments toopenpyxl). Unfortunately not all loaders do this, so you can't pass on options like giving a delimiter to theCsvLoader.Loaders affected:
CsvLoaderJsonLoader(only forread)TomlLoaderXmlLoader(only forread)