Current behavior
The forward_to_committees column is currently not usable, if committee name contains commas. The separator between the committee names is per default (and export) a comma. If a committee name now contains one or more commas, the column cant' handle this correctly and the exported csv file isn't usable on-the-fly.
Example of committee names:
A) Fachbereich Bildung, Pädagogik, Hochschulpolitik
B) Bezirk Erfurt, Fachbereich Bildung
C) Bezirk Thüringen
Output in csv file: Fachbereich Bildung, Pädagogik, Hochschulpolitik, Bezirk Erfurt, Fachbereich Bildung, Bezirk Thüringen
If this is used again for import and reference, the import would recognize a new committee after each comma. This is not correct. To make the exported csv file usable an additional and not intentional step is needed. The user needs to add single and double quotes via a text editor so the import will recognize the correct committee names.
Wanted behavior
The aim is to make the csv file output on-the-fly useable. The csv file should have a structure, that correctly separate committee names with commas and the user doesn't need to edit the csv file to make it usable.
Example with names from above: Fachbereich Bildung, Pädagogik, Hochschulpolitik; Bezirk Erfurt, Fachbereich Bildung; Bezirk Thüringen
Current behavior
The forward_to_committees column is currently not usable, if committee name contains commas. The separator between the committee names is per default (and export) a comma. If a committee name now contains one or more commas, the column cant' handle this correctly and the exported csv file isn't usable on-the-fly.
Example of committee names:
A) Fachbereich Bildung, Pädagogik, Hochschulpolitik
B) Bezirk Erfurt, Fachbereich Bildung
C) Bezirk Thüringen
Output in csv file: Fachbereich Bildung, Pädagogik, Hochschulpolitik, Bezirk Erfurt, Fachbereich Bildung, Bezirk Thüringen
If this is used again for import and reference, the import would recognize a new committee after each comma. This is not correct. To make the exported csv file usable an additional and not intentional step is needed. The user needs to add single and double quotes via a text editor so the import will recognize the correct committee names.
Wanted behavior
The aim is to make the csv file output on-the-fly useable. The csv file should have a structure, that correctly separate committee names with commas and the user doesn't need to edit the csv file to make it usable.
Example with names from above: Fachbereich Bildung, Pädagogik, Hochschulpolitik; Bezirk Erfurt, Fachbereich Bildung; Bezirk Thüringen