Anyone else feels like the Header parameter should be set to true by default for exports to excel files
Open
- Dominant language
- C++
- Stars
- 62
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
Would like to hear from others as to why it should be set to false by default like today
I feel like I often do
copy ( select * from x ) to '/path/to/file.xlsx'
First, only to have to change it to
copy ( select * from x ) to '/path/to/file.xlsx' with (header true)
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names no files or tests. Start by tracing the Excel export handling for COPY statements and the current header default, then check how export behavior is tested. Done means the intended default is established and verified for COPY ... TO '*.xlsx', with an explicit override still behaving correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- sql
- Domain
- database
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 32/100