Good Day,
I have to write my output data to DataLake using HIVE ODBC connector. This is working fine when I tried with sample data.
But when trying to write huge data with more columns I'm facing an error with few fields.
Error :
The field "Booking_Status" contains nonalphanumeric characters and is not allowed for this datasource. "
I tried renaming the field name without spaces & with underscore but it doesnt help.
Field values has some characters like / ; , ( but these are valid and should not replace or remove those values). Please guide .Thanks in advance