Open b-per opened 7 months ago
Allow the ability to get the CSV column names when using INFER_SCHEMA and CSVs
INFER_SCHEMA
If you use INFER_SCHEMA and CSVs all the columns are called c1, c2 etc...
The closed issue #254 mentions this Snowflake issue but I am wondering if this is really an issue in that case or not.
This might require a quick spike to test
People wanting to load CSVs without listing every column
This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please comment on the issue or else it will be closed in 7 days.
Describe the feature
Allow the ability to get the CSV column names when using
INFER_SCHEMA
and CSVsDescribe alternatives you've considered
If you use
INFER_SCHEMA
and CSVs all the columns are called c1, c2 etc...Additional context
The closed issue #254 mentions this Snowflake issue but I am wondering if this is really an issue in that case or not.
This might require a quick spike to test
Who will this benefit?
People wanting to load CSVs without listing every column