run `sqlData()` before writing a CSV during `etl_transform()`
Open
- Dominant language
- R
- Stars
- 134
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
The default method:
Converts factors to characters
Quotes all strings
Converts all columns to strings
Replaces NA with NULL
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating etl_transform() and its CSV-writing path, then inspect sqlData() to understand the requested ordering. Done means the default transformation invokes sqlData() before writing a CSV and preserves the listed factor, quoting, string, and NA-to-NULL behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- data-engineering
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100