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

open office csv format correction for abstract column #9570

Merged
merged 5 commits into from
Jan 22, 2023

Conversation

Ravitwr
Copy link
Contributor

@Ravitwr Ravitwr commented Jan 18, 2023

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

  • Change in CHANGELOG.md described in a way that is understandable for the average user (if applicable)
  • Tests created for changes (if applicable)
  • Manually tested changed features in running JabRef (always required)
  • Screenshots added in PR description (for UI changes)
  • Checked developer's documentation: Is the information available and up to date? If not, I outlined it in this pull request.
  • Checked documentation: Is the information available and up to date? If not, I created an issue at https://github.com/JabRef/user-documentation/issues or, even better, I submitted a pull request to the documentation repository.
    Manually tested for inputs mentioned in issues
    test

@Siedlerchr
Copy link
Member

Thanks for the PR! Please take a look at the checkstyle/reviewdog issues. Please also add a unit test for the formatter

Siedlerchr
Siedlerchr previously approved these changes Jan 19, 2023
Copy link
Member

@Siedlerchr Siedlerchr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, lgtm!

@Siedlerchr Siedlerchr added the status: ready-for-review Pull Requests that are ready to be reviewed by the maintainers label Jan 19, 2023
@Siedlerchr
Copy link
Member

looks good to me, please also add a changelog entry and please also add a short line to the docs about the new formatter
https://docs.jabref.org/collaborative-work/export/customexports#built-in-export-formatters

@calixtus calixtus merged commit 00c943d into JabRef:main Jan 22, 2023
@calixtus
Copy link
Member

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.

Siedlerchr added a commit that referenced this pull request Jan 28, 2023
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
export / save openoffice/libreoffice status: ready-for-review Pull Requests that are ready to be reviewed by the maintainers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Export as OpenOffice/LibreOffice CSV not escaping commas within the abstract field (i.e. Custom1)
4 participants