Adis Nezirović
Results
2
comments of
Adis Nezirović
Unfortunately, the SMT you linked requires schema for input data and the output is also not optimal for ClickHouse. I really think a generic "passthrough" converter would be nice thing...
Sample data (variable length/type json array, first field is discriminant): ``` [0, 123456, "a str", 0.1, 123, 1.2, 1.3] [1, 7890, "b str", 0.2, 456, 9.0, 8.1, "coment", 123] ```...