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

Issue #57 date regex #58

Merged
merged 4 commits into from
Sep 17, 2018
Merged

Issue #57 date regex #58

merged 4 commits into from
Sep 17, 2018

Conversation

Developer-Matt
Copy link

Ability to specify a regex pattern to test against before parsing a date string to date object
if regex match fails return default date, if passes then parse date
Also option to specify lenient to set the lenient option on the simple date format.

Did fix potential bug on line 171 of Casting.java, please review this

Matthew added 4 commits September 2, 2018 18:05
added ability to regex test date format before parsing to date object
added option to set lenient on simple date format
added ability to regex test date format before parsing to date object
added option to set lenient on simple date format
Conflicts:
	src/main/java/com/poiji/bind/mapping/WorkBookContentHandler.java
	src/main/java/com/poiji/bind/mapping/XSSFUnmarshaller.java
	src/main/java/com/poiji/option/PoijiOptions.java
@coveralls
Copy link

Coverage Status

Coverage increased (+0.5%) to 88.235% when pulling a5dcba6 on Developer-Matt:master into 914a58c on ozlerhakan:master.

@ozlerhakan ozlerhakan merged commit a5dcba6 into ozlerhakan:master Sep 17, 2018
@ozlerhakan
Copy link
Owner

Thanks @Developer-Matt , merged!

@Developer-Matt
Copy link
Author

Thanks very much

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

Successfully merging this pull request may close these issues.

None yet

3 participants