Skip to content

ED entries are converted to editors in Mendeley #55

Description

@customcommander

Mendeley maps A2 entries to editors. The same is true for ED entries:

TY  - JOUR
TI  - ED is for editors too?
A2  - EditorSurname_A, EditorName_A
ED  - EditorSurname_B, EditorName_B
ER  - 

Becomes:

{
  "title": "ED is for editors too?",
  "type": "journal",
  "editors": [
    {
      "first_name": "EditorName_A",
      "last_name": "EditorSurname_A"
    },
    {
      "first_name": "EditorName_B",
      "last_name": "EditorSurname_B"
    }
  ]
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions