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

CSV export should separate all names using semicolon #2762

Closed
koppor opened this issue Apr 19, 2017 · 0 comments
Closed

CSV export should separate all names using semicolon #2762

koppor opened this issue Apr 19, 2017 · 0 comments

Comments

@koppor
Copy link
Member

koppor commented Apr 19, 2017

When exporting to "CSV", the content reads as follows:

BibliographyType,ISBN,Identifier,Author,Title,Journal,Volume,Number,Month,Pages,Year,Address,Note,URL,Booktitle,Chapter,Edition,Series,Editor,Publisher,ReportType,Howpublished,Institution,Organizations,School,Annote,Custom1,Custom2,Custom3,Custom4,Custom5
6,"","B1-2","Lastname2a, Firstname2a; Lastname2b, Firstname2b; Lastname2c, Firstname2c & Lastname2d, Firstname2d","Talk2","",,,"","21--24",2017,"","","","Conference Name (CN 2017)","","","","","Gesellschaft f\"{u}r Informatik e.V.","","","","","","","","","","",""

The issue is that the last names are separated using & and not ;

All names should be separated using ; to allow easy parsing.

FabianMarcoBauer pushed a commit to 125m125/jabref that referenced this issue Apr 25, 2017
Add LayoutFormatter AuthorAndToSemicolonReplacer that replaces all " and " with "; ". This formatter is used to format authors and editors for the openoffice-csv layout.
tobiasdiez pushed a commit that referenced this issue Apr 25, 2017
…icolon (#2793)

* Change CSV export to separate all names using semicolon (#2762)

Add LayoutFormatter AuthorAndToSemicolonReplacer that replaces all " and " with "; ". This formatter is used to format authors and editors for the openoffice-csv layout.

* add changelog entry for author and editor separation in csv exports (#2762)

* split test cases for CsvExportFormatTest and AuthorAndToSemicolonReplacerTest (#2793)

* add reference to issue 2762 in changelog (#2793)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants