Adding CSV decoder

This commit is contained in:
Mike Farah
2022-07-31 17:35:36 +10:00
parent 183a42c249
commit cb0bae128f
6 changed files with 13 additions and 4 deletions
+3
View File
@@ -0,0 +1,3 @@
name,numberOfCats,likesApples,height
Gary,1,true,168.8
Samantha's Rabbit,2,false,-188.8
1 name numberOfCats likesApples height
2 Gary 1 true 168.8
3 Samantha's Rabbit 2 false -188.8