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

Update and enhance the auto_split feature #26

Closed
5 tasks done
balajirama opened this issue Apr 19, 2019 · 1 comment
Closed
5 tasks done

Update and enhance the auto_split feature #26

balajirama opened this issue Apr 19, 2019 · 1 comment
Assignees
Labels
documentation This is an improvement to the documentation enhancement New feature or request test Add a new test

Comments

@balajirama
Copy link
Owner

balajirama commented Apr 19, 2019

  • More documentation of return values of splice_fields etc.

  • Need a section of "Other methods available on auto_split" under "FOR USE IN SUBCLASS ONLY" and list the methods in Text::Parser::AutoSplit.

  • Enhance auto_split to work as a rw attribute.

  • Write lots of tests

  • Add a new function called field_range that will return the elements in a given range.

@balajirama balajirama added the documentation This is an improvement to the documentation label Apr 19, 2019
@balajirama balajirama self-assigned this Apr 19, 2019
@balajirama balajirama added this to To do in Rules-based parsing - Extended AWK syntax via automation Apr 19, 2019
@balajirama balajirama mentioned this issue Apr 19, 2019
4 tasks
@balajirama balajirama added this to To do in Add API features - phase 1 via automation Apr 19, 2019
@balajirama balajirama added enhancement New feature or request test Add a new test labels Apr 20, 2019
@balajirama balajirama changed the title Pod update for Text::Parser::AutoSplit Update Text::Parser::AutoSplit Apr 20, 2019
@balajirama balajirama changed the title Update Text::Parser::AutoSplit Update and enhance the auto_split feature Apr 20, 2019
@balajirama
Copy link
Owner Author

All items completed for this.

Add API features - phase 1 automation moved this from To do to Done Apr 21, 2019
balajirama added a commit that referenced this issue Apr 22, 2019
  - Change auto_split and multiline_type into read-write attributes: multiline_type can be changed back to undef (Issues #32, #31, #26)
  - Add a new function called field_range that will return the elements in a given range (#26)
  - Check that file is a plain text file with -T, make code ready for future Text::Parser::AutoUncompress (Issue #33)
  - Elaborated Pod for functions in Text::Parser::AutoSplit and mentioned them in Text::Parser Pod (Issue #27)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation This is an improvement to the documentation enhancement New feature or request test Add a new test
Projects
No open projects
Development

No branches or pull requests

1 participant