Field value is parsed as ISO 8601 date in format YYYY-MM-DD.
Field value is parsed as ISO 3166-1 alpha-2 country code. E.g. "DE" for Germany.
Field value is parsed as ISO 3166-1 alpha-3 country code. E.g. "DEU" for Germany.
Field value is parsed as ISO 3166-1 numeric country code. E.g. "276" for Germany.
Field value is parsed as ISO 3166-1 country name. E.g. "Germany".
Field value is parsed as "Male", "Female".
Type of parsing applied to field.
ISO_DATE: Field value is parsed as ISO 8601 date in format YYYY-MM-DD.ISO_COUNTRY_ALPHA_2: Field value is parsed as ISO 3166-1 alpha-2 country code. E.g. "DE" for Germany.ISO_COUNTRY_ALPHA_3: Field value is parsed as ISO 3166-1 alpha-3 country code. E.g. "DEU" for Germany.ISO_COUNTRY_NUMERIC: Field value is parsed as ISO 3166-1 numeric country code. E.g. "276" for Germany.ISO_COUNTRY_NAME: Field value is parsed as ISO 3166-1 country name. E.g. "Germany".GENDER: Field value is parsed as "Male", "Female".