beanumber / etl

R package to facilitate ETL operations
127 stars 21 forks source link

run `sqlData()` before writing a CSV during `etl_transform()` #41

Open beanumber opened 6 years ago

beanumber commented 6 years ago

The default method:

Converts factors to characters

Quotes all strings

Converts all columns to strings

Replaces NA with NULL