You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add LayoutFormatter AuthorAndToSemicolonReplacer that replaces all " and " with "; ". This formatter is used to format authors and editors for the openoffice-csv layout.
…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)
When exporting to "CSV", the content reads as follows:
The issue is that the last names are separated using
&
and not;
All names should be separated using
;
to allow easy parsing.The text was updated successfully, but these errors were encountered: