Loading CSV Data with Seeds
Learn how to create tables based on CSV data
We'll cover the following...
Introduction to seeds
Sometimes, it can be useful to upload CSVs into our data warehouse, especially for small files that don't change very often. It’s possible to upload CSV files by ...