-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
open office csv format correction for abstract column #9570
Conversation
Thanks for the PR! Please take a look at the checkstyle/reviewdog issues. Please also add a unit test for the formatter |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, lgtm!
looks good to me, please also add a changelog entry and please also add a short line to the docs about the new formatter |
Thank you for your contribution. We would be happy to see more contributions from your side. We use the label good-first-issue, where more issues will be tagged. You can also have a look at https://github.com/koppor/jabref/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22. |
…ialog * upstream/main: Fixed ADS tests Bump junit-jupiter from 5.9.1 to 5.9.2 (#9579) Bump actions/configure-pages from 2 to 3 open office csv format correction for abstract column (#9570) Update CHANGELOG.md add change log entry for the given change typo removed (#9577) remove filter that consumes mouse rightclick
Fixes #9087
Problem-It was skipping commas dues to presence of double quotes inside a single column.
Solution- A single double quote(") is replace by 2 double quotes ("") .
https://stackoverflow.com/questions/769621/dealing-with-commas-in-a-csv-file
CHANGELOG.md
described in a way that is understandable for the average user (if applicable)Manually tested for inputs mentioned in issues