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

Web of Science Tagged: More robust against trailing space characters. #3053

Commits on Jun 15, 2023

  1. Web of Science Tagged: More robust against trailing space characters.

    If there are trailing whitespace characters after the EF "tag", the
    script fails because it interprets "EF" as an unknown tag rather than
    end of file.
    
    This is fixed by interpreting EF as intended, see the table of export
    field tags at Clarivate:
    https://webofscience.help.clarivate.com/en-us/Content/export-records.htm#mc-dropdown-body6dc16a03-4cb8-43e1-b72a-ff5a3197f8f0
    
    Bug reported by gxy1932582, see
    https://forums.zotero.org/discussion/comment/436794/#Comment_436794
    zoe-translates committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    ae52b4f View commit details
    Browse the repository at this point in the history
  2. Web of Science Tagged: [Minor] Readability fixes.

    - Remove comment that doesn't add to info.
    - Make the EF short-circuiting next to the while condition.
    zoe-translates committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    7b81808 View commit details
    Browse the repository at this point in the history