Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 554 Bytes

File metadata and controls

22 lines (19 loc) · 554 Bytes

Skip - Skip rows form CSV

sample file
┌─────┬────────┐
│ idx │ name   │
├─────┼────────┤
│  1  │ tom    │
│  2  │ jerry  │
│  3  | hansen |
└─────┴────────┘

Set criteria (skip rows: 2)

┌─────┬────────┐
│  2  │ jerry  │
├─────┼────────┤
│  3  | hansen |
└─────┴────────┘