1. kittmaster
  2. RO CSVI
  3. Monday, 14 September 2015
  4.  Subscribe via email
When I run the analyze tool, my file is tab delimited. There is a %s going on there that I don't think belongs as a wildcard update?

http://www.kittmaster.com/imagedump/csvi/StringIssue.png
Accepted Answer Pending Moderation
Hello,

This is fixed already for the next release, it is simply an incorrect language string. Nothing exciting I am afraid :)
Kind regards,

RolandD

=========================
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
Do you have ETA for update? Just curious.
  1. more than a month ago
  2. RO CSVI
  3. # 2
Accepted Answer Pending Moderation
No ETA at the moment, however updates come out regularly, so it won't be months but rather weeks before the next release is out. A fix for a language string isn't really urgent.
Kind regards,

RolandD

=========================
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
Accepted Answer Pending Moderation
Totally understood about how trivial.

I did this for my own edification:

Added to /administrator/components/com_csvi/models:

[code type=php]if ($tabs)
{
$this->fieldDelimiter = "\t";
$this->messages[] = JText::_('COM_CSVI_ANALYZER_FIELD_DELIMITER_POST') . JText::_('COM_CSVI_ANALYZER_TAB');
}[/code]

Added to language English only:

[code type=ini]COM_CSVI_ANALYZER_FIELD_DELIMITER_POST="Field delimiter: "[/code]

http://www.kittmaster.com/imagedump/csvi/TabDelimit.png

LOL

:)
  1. more than a month ago
  2. RO CSVI
  3. # 4
Accepted Answer Pending Moderation
That is one way to do it, the other way is this
$this->messages[] = JText::sprintf('COM_CSVI_ANALYZER_FIELD_DELIMITER_POST', JText::_('COM_CSVI_ANALYZER_TAB'));
Kind regards,

RolandD

=========================
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. # 5
Accepted Answer Pending Moderation
Touche?... B)
  1. more than a month ago
  2. RO CSVI
  3. # 6
Accepted Answer Pending Moderation
Just different ways of doing the same thing :)
Kind regards,

RolandD

=========================
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. # 7
  • Page :
  • 1


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