dapaas/grafterizer

Cannot specify numeric column names for make-dataset with the "Specify column names" option

nvnikolov opened this issue · 2 comments

The implementation should be changed to use the clojure "keyword" function instead of attempting to create keywords directly.
E.g., generate:
(keyword "234")
instead of:
:234

May not be possible but still has to be investigated.
See: Swirrl/grafter#63

This issue was moved to datagraft/grafterizer#3