Skip to content

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

Merged
jamesaoverton merged 3 commits intoontodev:masterfrom
matthewhorridge:issue-1245
Mar 7, 2025
Merged

Implemented #1245 (Support SPLIT=\\n)#1246
jamesaoverton merged 3 commits intoontodev:masterfrom
matthewhorridge:issue-1245

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