diff options
author | elioat <elioat@tilde.institute> | 2022-12-09 14:19:36 -0500 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2022-12-09 14:19:36 -0500 |
commit | 197803edc74e94c97e30b5d9ce962eb5e6a1f3fb (patch) | |
tree | 2a5e818b86812cd4a3c426cd93cba8efc37aa44b /src | |
parent | 9f21b17e54e199d9ae9da71e33d53335bacfc45c (diff) | |
download | december-2022-197803edc74e94c97e30b5d9ce962eb5e6a1f3fb.tar.gz |
mind your data types fair child
Diffstat (limited to 'src')
-rw-r--r-- | src/catalogue.lil | 2 |
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! |