Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
ruby_exercises
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Van Hau Le
ruby_exercises
Commits
6140917b
Commit
6140917b
authored
Oct 31, 2019
by
Van Hau Le
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add spec
parent
6a998733
Pipeline
#90
failed with stages
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
readme.txt
+15
-0
No files found.
readme.txt
0 → 100644
View file @
6140917b
Description:
- Write a Ruby program to collect cars group by countries and export to csv file! Using yml data. Which each of countries, export a file with format: country_code.csv with infos:
+ car_model_id
+ car_model_code:
+ maker_code
+ make_name
+ country name
- Suggest using OOP, yml gem and csv gem
- Documents:
+ https://medium.com/@kristenfletcherwilde/saving-retrieving-data-with-a-yaml-file-in-ruby-the-basics-e45232903d94
+ https://www.rubyguides.com/2018/10/parse-csv-ruby/
Sample output:
Country code country
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment