Skip to content

Implemented #1245 (Support SPLIT=\\n) #1246

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

Merged
merged 3 commits into from
Mar 7, 2025

Conversation

matthewhorridge
Copy link
Contributor

Resolves #1245

  • docs/ have been added/updated
  • tests have been added/updated
  • mvn verify says all tests pass
  • mvn site says all JavaDocs correct
  • CHANGELOG.md has been updated

As specified in #1245 this PR add the ability to split values in cells using a new line character

  • Refactored code to use a single method call for splitting values
  • Support splitting on new line characters
  • Added tests for splitting values

- Refactored code to use a single method call for splitting values
- Support splitting on new line characters
- Added tests for splitting values
@jamesaoverton
Copy link
Member

Thanks for including tests and docs! I think this is a safe change.

@jamesaoverton jamesaoverton merged commit 3c89d63 into ontodev:master Mar 7, 2025
3 checks passed
@matthewhorridge
Copy link
Contributor Author

Brilliant! Thanks for merging!

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.

Support SPLIT=\\n in template strings
2 participants