Skip to content

Commit 1131c98

Browse files
committed
update README
1 parent fdd8f2c commit 1131c98

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33

44
[![codecov](https://codecov.io/gh/tilo/smarter_csv/branch/main/graph/badge.svg?token=1L7OD80182)](https://codecov.io/gh/tilo/smarter_csv) [![Gem Version](https://badge.fury.io/rb/smarter_csv.svg)](http://badge.fury.io/rb/smarter_csv)
55

6-
This library provides a complete interface to CSV files and data. It offers tools to enable you to read and write to and from Strings or IO objects, as needed.
6+
SmarterCSV provides a complete interface to CSV files and data. It offers tools to enable you to read and write to and from Strings or IO objects, as needed.
7+
8+
SmarterCSV focuses on representing the data for each row as a hash.
9+
10+
When reading CSV files, Using an array-of-hashes format makes it much easier to further process the data, or creating database records with it.
11+
12+
When writing CSV data to file, it similarly takes arrays of hashes, and converts them to a CSV file.
713

814
#### BREAKING CHANGES
915

0 commit comments

Comments
 (0)