-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwithdata.json
More file actions
81 lines (81 loc) · 2.74 KB
/
withdata.json
File metadata and controls
81 lines (81 loc) · 2.74 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": "data:text/csv;base64,VGFzayBOYW1lLFdlZWsgKG51bWJlcikKRGltZW5zaW9uYWwgTW9kZWxsaW5nLDEKRGltZW5zaW9uYWwgTW9kZWwgUmV2aWV3LApTdGFyIFNjaGVtYSBEZXNpZ24sMgpDcmVhdGUgUGh5c2ljYWwgdGFibGVzLApDaGVjayBpbnRlZ3JhdGluZyBNYXJpYURCIHRhYmxlcyB3aXRoIFB5dGhvbiBPTEFQLApFVEwgZGVzaWduLDIKQVBJIGdlbmVyYXRpb24gKFB5dGhvbiBPTEFQIG9yIG90aGVyIGZyYW1lIHdvcmspLDIKRGFzaGJvYXJkIFJlcXVpcmVtZW50IFN1bW1hcnksMQpEYXNoYm9hcmQgV2lyZWZyYW1lcywzCkRhc2hib2FyZCBEZXZlbG9wbWVudCwzClVuaXQgdGVzdHMgYW5kIGludGVncmF0aW9uIHRlc3QsNApEZXBsb3ltZW50IGFuZCBmaW5hbCB0ZXN0aW5nLDQKTW9uaXRvcmluZyBTeXN0ZW0sNQo=,filename:user_event_analytics_task_list.csv",
"textSplitter": "",
"columnName": "Task Name"
},
"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": true
},
"selected": true,
"positionAbsolute": {
"x": 382.12151898734174,
"y": 262.6886075949367
},
"dragging": false
}
],
"edges": [],
"viewport": {
"x": -120.0613220815751,
"y": -284.3435900328677,
"zoom": 0.9720736779560307
}
}