Get startedGet started for free

ZIP is the code

In preparation for your dbt projects, you realize that having a list of New York & New Jersey zip (postal) codes and some additional information would be good to add. Reading through the information, you realize that utilizing the dbt seed functionality would be a great way to add this information. For reference, zipcodes are 5 digit numeric values representing the postal code of an area in the US.

The format of the zip file in question is:

zipcode,place,state
07093,West New York,New Jersey
12007,Alcove,New York
12009,Altamont,New York
12023,Berne,New York

This file is already downloaded for you (as nynj_zipcodes.csv), but may not be in the correct location, nor have the correct configuration.

This exercise is part of the course

Intermediate dbt

View Course

Hands-on interactive exercise

Turn theory into action with one of our interactive exercises

Start Exercise