Issues

Select view

Select search mode

 
50 of 376

WRANGLER : consider enableQuotedValues in Schema Detection for Delimiters

Duplicate

Description

There is a Schema Detection Issue. Code

When automatic Schema detection is done, the SPLIT of columns is done just using a delimiter ( in this case comma (csv)) .
It doesn't consider the option enableQuotedValues .

SO, this results in incorrection detection of schema leading to misleading errors.

Example :

ABC,"PART1, 23",XYZ


In this case :

Actual Schema : String, String, String

But Schema we get : String, String, Int , String

Release Notes

None
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Triaged

No

Size

M

Components

Priority

Created December 26, 2024 at 11:27 AM
Updated January 13, 2025 at 11:14 AM
Resolved January 13, 2025 at 11:13 AM

Activity

Show: