Skip to content

Commit edfe191

Browse files
authored
Merge pull request gmemstr#22 from TimHillier/master
Added example of keeping rows with multiple values
2 parents 062e32c + d3addcf commit edfe191

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ keep_data:
8282
# Every other row, using mod
8383
col: other_col_name
8484
rows: 2
85+
86+
table_name_3:
87+
# Every row with a value of 1, 3 or 8.
88+
col: third_col_name
89+
rows: 1, 3, 8
8590
```
8691
8792
### CLI

0 commit comments

Comments
 (0)