Spaces:
Runtime error
Runtime error
Commit
·
7dd5d11
1
Parent(s):
84bdae6
add sample csv source
Browse files
.evidence/customization/.profile.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"anonymousId":"c76e30ed-46e8-4095-868a-4caf51952561","traits":{"projectCreated":"2024-08-22T14:44:42.347Z"}}
|
sources/csv/connection.yaml
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
name: csv
|
2 |
+
type: csv
|
3 |
+
options: {}
|
sources/csv/hi.csv
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Name,Age
|
2 |
+
John,32
|
3 |
+
Sarah,28
|
4 |
+
Michael,45
|
5 |
+
Emily,39
|
6 |
+
David,52
|