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"
}
]
}
Mendeley maps
A2entries to editors. The same is true forEDentries: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" } ] }