Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2024 03:56 AM - edited 02-05-2024 03:59 AM
either: [ 'some text', 'some text"', 'some text"' ]
alternatively: [ '"some text"', 'some text"', 'some text"' ]
probably most sane behavior would be a parser error ( with mode="FAILFAST").
just parsing garbage without warning the user is certainly not a viable option.
I am well aware of the problems with CSV formats in general, it turns out I spend a significant amount of my working time dealing with those issues. Spark is a tool that should make this easier for me, not more difficult 😞