Page 1 of 1

How to include a Custom filed with a comma inside it's name in CSV export file

Posted: 03 Apr 2018, 14:52
by ninja-tester
I have a Custom field's name with a comma (,). It has system name "custom_Client, bla bla", for example. That's bad, but I can't change it :cry:
I have to create a CSV report dayly and this report must include this filed.
When I try to edit "CSV Columns" Textarea in a http://mantis.o-code.ru/account_manage_columns_page.php and add "custom_Client, bla bla" there I get error message:

APPLICATION ERROR #2601
Field "csv" contains invalid field "custom_Client".

Any ways to solve it?

Re: How to include a Custom filed with a comma inside it's name in CSV export file

Posted: 03 Apr 2018, 15:00
by atrol
Store the column configuration without the change.

After that, as a workaround, use page Manage > Manage Configuration > Configuration Report to edit settings.

Choose appropriate "username" and "Project Name"
Choose "Configuration option" csv_columns.

Re: How to include a Custom filed with a comma inside it's name in CSV export file

Posted: 04 Apr 2018, 08:05
by ninja-tester
atrol wrote: 03 Apr 2018, 15:00use page Manage > Manage Configuration > Configuration Report to edit settings.

Choose appropriate "username" and "Project Name"
Choose "Configuration option" csv_columns.
Greate, it's working. Thank you!