Add documentation to configure "delimiter" for seed files #3015
Labels
blocked_by_dev
Awaiting merge of PR with associated functionality
content
Improvements or additions to content
Contributions
Where does this content belong?
https://docs.getdbt.com/reference/seed-configs
The configurable delimiter option should be added to the list of arguments for the seed configuration as soon as dbt-labs/dbt-core#7186 gets merged.
Then there needs to be a new documentation link:
https://docs.getdbt.com/reference/resource-configs/delimiter
Link to source material
I have no access to the template (asked for permission), but the example on the seeds-config page should be:
and for the (new) url: https://docs.getdbt.com/reference/resource-configs/delimiter
Definition
An optional seed configuration, used to determine which delimiter should be used by the csv parser when a table is created. Defaults to comma.
Usage
Globally use a pipe as delimiter for seed files
Only use the pipe delimiter for seeds in the seeds/mappings directory.
For a project with:
name: jaffle_shop
in thedbt_project.yml
fileseed-paths: ["seeds"]
in thedbt_project.yml
fileRecommended configuration
The text was updated successfully, but these errors were encountered: