When profiling a column with no value in a CSV file, example: ``` col1;col2;col3 r1c1;;r1c3 r2c1;;r2c3 ``` The ddprofiler will profile `col2` as a String column. It would be useful to have an indicator for a column with no value.