Skip to content

thbar/kiba-example-csv-joins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository shows how to join 3 CSV:

  • [data/main.csv] is the main file (with columns client_id and language_id)
  • [data/languages.csv] contains languages, with their language id and name
  • [data/clients.csv] contains clients, with their client id and name

To run:

bundle install
bundle exec ruby demo.rb

Once run you'll get [data/main-enriched.csv], which joins the main file with the 2 other.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages