Skip to content

Draft: 7-Support-NULL-for-each-data-type

Georgiy Lomakin requested to merge 7-Support-NULL-for-each-data-type into main

Class contains logic of normalization for each class-type(excluding StringType), presented in this project. By separation and aggregation in a single class, it can be used inside Cutter class, especially we can normalize a value just after it was assembled, so there no need to go through an array of strings and convert each element to its type.

Closes #7 (closed)

Merge request reports