Dias

Results 2 comments of Dias

@Jolanrensen is it possible to disable parsing of JSONs and read them as Strings?

> Definitely! It depends a bit from where you want to disable this. If you're reading from CSV, for instance, you can supply a `colTypes = mapOf("yourColName" to ColType.String)`, this...