Commit 6140917b by Van Hau Le

Add spec

parent 6a998733
Pipeline #90 failed with stages
in 0 seconds
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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment