basic csv support

+ csv imports
+ import options
+ type detection
+ bool, number, date, text, email and json types supported
This commit is contained in:
michal-kapala
2023-03-06 01:39:18 +01:00
commit ac857af125
12 changed files with 800 additions and 0 deletions

3
input/example.csv Normal file
View File

@ -0,0 +1,3 @@
id,name,is_good,score,email,json,date
1,john,1,0.8412384213497,john.doe@example.com,[],2023-03-05T00:35:21.104Z
2,fire,0,-80347329472,firebase@google.com,{"xd": "nice meme"},
Can't render this file because it contains an unexpected character in line 3 and column 44.