From: Jason Etheridge Date: Mon, 27 Nov 2017 22:21:48 +0000 (-0500) Subject: quicksheet experiment, do not omit tabs based on number of unique values X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=commitdiff_plain;h=90c43c93714655ffad0bce2b34934b4c0e367f9e;hp=d6f4b731a10b0b604a962dd9332cdbcdd9a9deb7 quicksheet experiment, do not omit tabs based on number of unique values Signed-off-by: Jason Etheridge --- diff --git a/mig-bin/mig-quicksheet b/mig-bin/mig-quicksheet index b2ceaf1..b291517 100755 --- a/mig-bin/mig-quicksheet +++ b/mig-bin/mig-quicksheet @@ -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;