quicksheet experiment, do not omit tabs based on number of unique values
authorJason Etheridge <jason@esilibrary.com>
Mon, 27 Nov 2017 22:21:48 +0000 (17:21 -0500)
committerJason Etheridge <jason@esilibrary.com>
Mon, 27 Nov 2017 22:21:48 +0000 (17:21 -0500)
Signed-off-by: Jason Etheridge <jason@esilibrary.com>

mig-bin/mig-quicksheet

index b2ceaf1..b291517 100755 (executable)
@@ -185,9 +185,9 @@ sub handle_columns {
             $first_sheet->write($sheet_row_start + $sheet_row_offset,4,$cdata->{min_length},$left);
             $first_sheet->write($sheet_row_start + $sheet_row_offset,5,$cdata->{max_value},$left);
             $first_sheet->write($sheet_row_start + $sheet_row_offset,6,$cdata->{max_length},$left);
-            if ($cdata->{distinct_value_count} > 1 && $cdata->{distinct_value_count} <= 500) {
+            #if ($cdata->{distinct_value_count} > 1 && $cdata->{distinct_value_count} <= 500) {
                 group_by($column);
-            }
+            #}
         }
     }
     $sth->finish;