q icon indicating copy to clipboard operation
q copied to clipboard

expand numeric types when autodetecting column types

Open harelba opened this issue 11 years ago • 0 comments

Column types are autodetected and handled properly. However, there are some cases where it is possible that a numeric column will be treated as text, depending on the actual sample data used for autodetection of the column type.

This can be easily resolved by automatically expanding numeric types int->long->float as part of the autodetection.

Harel

harelba avatar Jun 07 '14 15:06 harelba