You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
Some loaders pass on additional arguments to the libraries they use to load the files (e.g.
ExcelLoader
passes 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:
CsvLoader
JsonLoader
(only forread
)TomlLoader
XmlLoader
(only forread
)The text was updated successfully, but these errors were encountered: