hpcc-systems / DataPatterns

HPCC Systems ECL bundle that provides some basic data profiling and research tools to an ECL programmer
3 stars 4 forks source link

Examine UTF8 values for best attribute type #22

Closed dcamper closed 5 years ago

dcamper commented 5 years ago

Previously, the best_attribute_type result from UTF8 fields was simply UTF8. With this change, the data patterns within UTF8 fields are parsed and a best_attribute_type recommendation is based on the findings (as it does for other types, such as STRING).

Signed-off-by: Dan S. Camper dan.camper@lexisnexisrisk.com