README.md in csv2hash-0.7.0 vs README.md in csv2hash-0.7.1
- old
+ new
@@ -241,11 +241,10 @@
```
cell position: [[0, /Employment/],1], key: 'employment'
```
-
### [COLLECTION] Validation of a collection (Regular CSV)
Consider the following CSV:
```
@@ -302,10 +301,10 @@
| Jane Doe | 28 |
| | |
| | |
```
-You want to extract `Name` and 'Age' for all rows but you want the order of the columns to be able to change.
+You want to extract `Name` and `Age` for all rows but you want the order of the columns to be able to change.
You change the position to the regex of column index you are looking for. So this how the position
```
cell position: 0, key: 'name'
```