-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathschema.json
More file actions
81 lines (81 loc) · 2.15 KB
/
schema.json
File metadata and controls
81 lines (81 loc) · 2.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"nodes": [
{
"width": 300,
"height": 459,
"id": "csvFile_0",
"position": {
"x": 382.12151898734174,
"y": 262.6886075949367
},
"type": "customNode",
"data": {
"label": "Csv File",
"name": "csvFile",
"type": "Document",
"icon": "/hms/projects/Flowise/node_modules/flowise-components/dist/nodes/documentloaders/Csv/Csv.png",
"category": "Document Loaders",
"description": "Load data from CSV files",
"baseClasses": [
"Document"
],
"inputs": {
"csvFile": "",
"textSplitter": "",
"columnName": ""
},
"filePath": "/hms/projects/Flowise/node_modules/flowise-components/dist/nodes/documentloaders/Csv/Csv.js",
"inputAnchors": [
{
"label": "Text Splitter",
"name": "textSplitter",
"type": "TextSplitter",
"optional": true,
"id": "csvFile_0-input-textSplitter-TextSplitter"
}
],
"inputParams": [
{
"label": "Csv File",
"name": "csvFile",
"type": "file",
"fileType": ".csv",
"id": "csvFile_0-input-csvFile-file"
},
{
"label": "Single Column Extraction",
"name": "columnName",
"type": "string",
"description": "Extracting a single column",
"placeholder": "Enter column name",
"optional": true,
"id": "csvFile_0-input-columnName-string"
}
],
"outputs": {},
"outputAnchors": [
{
"id": "csvFile_0-output-csvFile-Document",
"name": "csvFile",
"label": "Document",
"type": "Document"
}
],
"id": "csvFile_0",
"selected": false
},
"selected": true,
"positionAbsolute": {
"x": 382.12151898734174,
"y": 262.6886075949367
},
"dragging": false
}
],
"edges": [],
"viewport": {
"x": 53.9488982653541,
"y": -194.20299169405644,
"zoom": 0.8100613982966923
}
}