Ability to skip columns
akariv opened this issue · 2 comments
akariv commented
e.g. I have this file:
Totals: | Department | Amount |
---|---|---|
Sales | 1,000,000 | |
Marketing | 2,500,000 |
I want to get a stream that fetches only columns 2 & 3. If I use post_parse
I can remove the first value but but the stream's headers
property will still list the 'Totals:' column.
How can it be done?
stale commented
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
roll commented
Updated to "Ability to skip columns" feature.