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.
Cet exercice fait partie du cours
Intermediate dbt
Exercice interactif pratique
Passez de la théorie à la pratique avec l’un de nos exercices interactifs
Commencer l’exercice