tdspora / syngen

Open-source version of the TDspora synthetic data generation algorithm.
https://tdspora.ai/
GNU General Public License v3.0
17 stars 4 forks source link

The format option "na_values" should be applied on the data with "text" data type #281

Closed tdspora closed 11 months ago

tdspora commented 11 months ago

Text fields in the source files should be validated on whether the empty values available as well as for the other data types. In case format section contains the 'na_values' option, the first value of the array should be applied for null values in generated merged_infer file for the text columns.

tdspora commented 11 months ago

Implemented.