Duplicated noauthor__nodate entries
I have multiple items in my library with no author and no date. When I export the library as biblatex, some entries are duplicated as in
@online{noauthor__nodate,
title = {},
url = {},
}
@online{noauthor__nodate-1,
title = {},
url = {},
}
@online{noauthor__nodate-2,
title = {},
url = {},
}
@online{noauthor__nodate,
title = {},
url = {},
}
@online{noauthor__nodate-1,
title = {},
url = {},
}
@online{noauthor__nodate,
title = {},
url = {},
}
@online{noauthor__nodate-1,
title = {},
url = {},
}
@online{noauthor__nodate-2,
title = {},
url = {},
}
@online{noauthor__nodate,
title = {},
url = {},
}
@online{noauthor__nodate-1,
title = {},
url = {},
}
-
emilianoeheynsedited June 14, 2022Is this in one export, or multiple that are later combined?
-
thomas-saigreI also have this. For now the way I found to countounr this is to remove all these entries using this regexp @misc\{noauthor_notitle_nodate(-*\d*),\s*\}\n+