- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 02:24 PM
Hello, is there a way to load "CSV" data into an external table without the _c0, _c1 columns showing?
I've tried using the options within the sql statement that does not appear to work.
Which results in this table
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 07:35 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 06:15 PM
Hi, @Frantz
Did the source data, s3://nyc-zip-codes.csv, have a header column?
Otherwise, they seem to be represented as _c0, _c1.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2024 09:37 AM
Yes, the source data did have a header column.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 07:35 PM
you need set "USING data_source"

