List Manager Forum

Export CSV with links that contain semicolon

User brown 2017-03-02 22:44:52

I'm trying to export a CSV from a list that has internal links to Joomla menu items which of course contain semicolons. The URL is being split across several cells in the CSV. I can only see a way to set the import separators, not the export file separators. Is there a way around this? Thanks

Moonsoft support 2017-03-03 13:04:18

Hi,
you can introduce a tweak in order to change the export separator for any other character of your choice. You can override template, or, modify the source directly here:


JOOMLA\administrator\components\com_listmanager\views\listing\tmpl\exportdata.php

you'll see the line

echo $record.';';

so you can modify the separator, for ex, with # this way:

echo $record.'#';

Hope this helps, regards

User brown 2017-03-03 17:54:56

Thanks - perfect

...
CalcBuilder

Create dynamic calculators

Buy now!
...
List Manager

Build different lists for your site

Buy now!