Skip to content

This is part of a Backend Mod 1 exploration lesson on learning how to use the CSV class to read files and make objects.

Notifications You must be signed in to change notification settings

turingschool-examples/csv_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CSV Example

This example is used in a Backend Module 1 exploration lesson for how to read a CSV file and use the data to make objects.

Getting Started

  • Fork this repository
  • Clone your forked repository
  • If you do not have pry installed, please run gem install pry

Running tests

  • If you do not have RSpec installed, please run gem install rspec
  • To run a test file, be sure you are at the root of the project directory and from the command line run: rspec spec/<name_of_test_file>

About

This is part of a Backend Mod 1 exploration lesson on learning how to use the CSV class to read files and make objects.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages