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

5
deno.jsonc Normal file
View File

@ -0,0 +1,5 @@
{
"tasks": {
"dev": "deno run --watch main.ts"
}
}