1. galbur
  2. General
  3. Tuesday, February 22 2022, 04:30 PM
Hi

We have a complex Easyprofile form with around 150 (Custom) fields.
When i export a list i have a huge csv-file with wildly mixed up entries. (by ID?) Is there a way to control the field order for the export?

Thank you very much
Best regards
Christoph
admin Accepted Answer
Admin
Hello,
sorry this is not natively possible, however we can send you a way to do it with a simple code change. let me know if you are interested.
  1. more than a month ago
  2. General
  3. # 1
galbur Accepted Answer
Hi

Thank you for helping.
Yes, i'm interessted.

Best regards
Christoph
  1. more than a month ago
  2. General
  3. # 2
admin Accepted Answer
Admin
Hi and sorry for late response.

Please follow these steps:
- Copy file from /administrator/components/com_jsn/views/users/tmpl/default_export.php in folder /administrator/templates/isis/html/com_jsn/users/ (create if not exists), this will create an override for the export file
- open new file and add at line 47 following code
$export_fields = array(
'id',
'name',
'firstname',
'email',
.....
);


You need to customize the array to insert manually the field to export with the order that you prefer
  1. more than a month ago
  2. General
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.