Support

  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.

Request Support

Support is currently Online

Support Availability

Working days: Monday to Friday. The support staff is not available on weekends; in the most of cases tickets will not be answered during that time.

Reply time: Depending on the complexity of your support issue it's usually between a few minutes and 24 hours for paid members and about one week for free members. When we expect longer delays we will notify you.

Guidelines

Before you post: read the documentation and search the forums for an answer to your question.

When you post: include Site Details if you request a support (you can use the form below the reply in Site Details tab).

Auto Solved Question: If after a week the author of the post does not reply to a request by moderator, the question will be marked as resolved.

Language: only English

Search Users

Easy Profile® is not affiliated with or endorsed by Open Source Matters or the Joomla Project. Joomla is Free Software released under the GNU/GPL License.