One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Marked Demo</title> | |
<style type="text/css"> | |
body { | |
margin: 0 auto; | |
height: 100%; | |
font-family: 'Helvetica Neue', Arial, sans-serif; | |
color: #333; |
First, Create a folder inside of lib
called seeds
Put your CSV file example.csv
into the lib/seeds
folder. In the example below, the file is called real_estate_transactions.csv
Make sure you've created a resource with the appropriate columns to match your seed data. The names don't have to match up.