1. soura123
  2. RO CSVI
  3. Monday, 08 January 2018
  4.  Subscribe via email
hello
happy new year
how i can export a creation date of the xml
thanks in advanced
Accepted Answer Pending Moderation
Hello,
There is no way in CSVI now to export the current date but with the modified Multi Replace plugin attached in this thread you can add the date to your export as a column in your export file. To do that Install the modified multi replace plugin to your site using Joomla administrator menu Extensions >> Manage >> install. Now create a multi replace rule for export by selecting operation as Date, set the date format as y-m-d and save the rule. Create a template field called custom for your export, apply the date rule you created to this field and use this template field in your XML layout. Run the export.
Kind regards,

Tharuna

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 1
Accepted Answer Pending Moderation
this is sth that dont help
we need this
<created value="Tue Jan 9 10:23:49 EET 2018" />
inside the xml file

is there any modification we can do to support this?
  1. more than a month ago
  2. RO CSVI
  3. # 2
Accepted Answer Pending Moderation
Hello,
Try creating your own export XML handler in the folder administrator/components/com_csvi/helper/file/export/xml. You can take csvimproved.php file in the same folder as an example, make a duplicate of it, rename the file and edit it. Also make sure that you change the class name in the file CsviHelperFileExportXmlCsvimproved to class CsviHelperFileExportXmlxxxxxxx, where xxxxxxx is the name of your new file. Add code for date format you need to this new XML file and select this file as export type in your template settings on File tab. Run the export. See if it helps.
Kind regards,

Tharuna

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!