Fixing null csv bug #1404

This commit is contained in:
Mike Farah
2022-10-30 22:02:08 +11:00
parent 0cc5e75432
commit c887042a1b
5 changed files with 90 additions and 4 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
name,numberOfCats,likesApples,height
Gary,1,true,168.8
,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