Prerequisites
- A dbt™ project set up in the IDE.
- A
.csvfile in your project (drag one into the file tree if needed).
Steps
1
Turn on Rainbow CSV
Open a CSV file, then enable Rainbow CSV from the status bar at the bottom of the IDE. Columns become color-coded for easier reading.

2
Open the command panel
Press 
Cmd/Ctrl + Shift + P and type “Rainbow CSV” to see the available commands.
3
Use the commands
Columns are color-coded and aligned, and CSVLint flags any inconsistent rows. Run CSVLint before loading the file as a dbt™ seed to catch formatting issues early.
Next steps
Rainbow CSV integration
The full feature reference.
Managing seeds
Load CSVs into your warehouse as dbt™ seeds.