I'm setting a new crawler that execute on schedular but fail with double quotes that have commas inside
I search and find that OpenCSVSerDe lib is used to edit table details but I'm creating new tables and I want to know how to add some config that allows the crawler to generate data catalog correctly
If csv file have value like "$3.62","4,406"
the data catalog should be
col0 col1
"$3.62" "4,406"
but I'm getting:
col0 col1 col2
"$3.62" "4 406"