about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2022-12-09 14:19:36 -0500
committerelioat <elioat@tilde.institute>2022-12-09 14:19:36 -0500
commit197803edc74e94c97e30b5d9ce962eb5e6a1f3fb (patch)
tree2a5e818b86812cd4a3c426cd93cba8efc37aa44b
parent9f21b17e54e199d9ae9da71e33d53335bacfc45c (diff)
downloaddecember-2022-197803edc74e94c97e30b5d9ce962eb5e6a1f3fb.tar.gz
mind your data types fair child
-rw-r--r--src/catalogue.lil2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/catalogue.lil b/src/catalogue.lil
index ab6b20a..f1869f9 100644
--- a/src/catalogue.lil
+++ b/src/catalogue.lil
@@ -46,7 +46,7 @@ show[out]
 write["test.csv" out]
 
 data:read["test.csv"]
-newtable:readcsv[data]
+newtable:readcsv[data "sissss"] # this column spec. syntax looks hilarious
 show[newtable]
 # HUGE SUCCESS!