Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Csv Reader read options #2

Closed
6 tasks done
vansari opened this issue Nov 27, 2019 · 1 comment
Closed
6 tasks done

Csv Reader read options #2

vansari opened this issue Nov 27, 2019 · 1 comment

Comments

@vansari
Copy link
Owner

vansari commented Nov 27, 2019

  • readRecordAtIndex - read a special record from csv file

  • readRecordsOfRange - read a collection of records from start to end index

  • readAllRecords - read all records of csv file

  • associative Record instead of index based record - use header columns as keys instead of index numbers

  • expand strategy

  • expand tests

@vansari
Copy link
Owner Author

vansari commented Nov 27, 2019

All tasks finished

@vansari vansari closed this as completed Nov 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant