dapaas / grafterizer

Graphical user interface for defining Grafter-based data transformation pipelines in DaPaaS.
Eclipse Public License 1.0
7 stars 1 forks source link

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

Closed nvnikolov closed 7 years ago

nvnikolov commented 8 years ago

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

nvnikolov commented 8 years ago

May not be possible but still has to be investigated. See: https://github.com/Swirrl/grafter/issues/63

dinans commented 7 years ago

This issue was moved to datagraft/grafterizer#3