You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments