mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 21:00:58 +03:00
chore: fix typos in packages/components/nodes/documentloaders/Csv/CsvLoader.ts (#5422)
Fix typos in packages/components/nodes/documentloaders/Csv/CsvLoader.ts
This commit is contained in:
@@ -2,7 +2,7 @@ import { TextLoader } from 'langchain/document_loaders/fs/text'
|
|||||||
import Papa from 'papaparse'
|
import Papa from 'papaparse'
|
||||||
|
|
||||||
type CSVLoaderOptions = {
|
type CSVLoaderOptions = {
|
||||||
// Return specifific column from key (string) or index (integer)
|
// Return specific column from key (string) or index (integer)
|
||||||
column?: string | number
|
column?: string | number
|
||||||
// Force separator (default: auto detect)
|
// Force separator (default: auto detect)
|
||||||
separator?: string
|
separator?: string
|
||||||
|
|||||||
Reference in New Issue
Block a user