View ProjeQtOr On SourceForge.net
ProjeQtOr - Project Management Tool
Support us on Capterra
OIN - Open Invention Network
ProjeQtOr free project management software - 6.0.8 in CSV export - ProjeQtOr
 
 

6.0.8 <br /> in CSV export

More
17 Feb 2017 10:49 #1 by papjul
Hi,

Steps to reproduce:
1) Use the plain text editor
2) Export as CSV a list of risks with multiple lines for description and mitigation plan
3) Break line returns are "replaced" with <br />

I don't think CSV supports break line returns, so you will probably need to replace the returns with another character.
However, what interests me the most is an alternate solution which would make it possible to export as PDF these columns, however I can't see description and mitigation plan in the columns list.

Please Log in or Create an account to join the conversation.

More
17 Feb 2017 16:55 #2 by babynus
Replied by babynus on topic 6.0.8 <br /> in CSV export
Ticket #2560 recorded about <br/> tags.

Right, PDF export fits list fileds, and long fileds are not proposed to avoid performance issues...
Did you have a louok at Test Case Reports ?

Babynus
Administrator of ProjeQtOr web site

Please Log in or Create an account to join the conversation.

More
17 Feb 2017 17:12 - 17 Feb 2017 17:14 #3 by papjul
Replied by papjul on topic 6.0.8 <br /> in CSV export
What about hiding these columns by default and if we really need them, we can add them despite the performance issues?
I discovered the Risk management plan report, however there is no "mitigation plan" column in this report, could you add it?
Thanks,
Last edit: 17 Feb 2017 17:14 by papjul.

Please Log in or Create an account to join the conversation.

More
17 Feb 2017 17:25 #4 by babynus
Replied by babynus on topic 6.0.8 <br /> in CSV export
Request recorded as Ticket #2562

Babynus
Administrator of ProjeQtOr web site

Please Log in or Create an account to join the conversation.

More
13 Mar 2017 11:37 #5 by papjul
Replied by papjul on topic 6.0.8 <br /> in CSV export
Hi, how did you fixed #2560?
I want to try to backport the fix to 6.0.8 while waiting to have time to upgrade to 6.1.x.
Thanks!

Please Log in or Create an account to join the conversation.

More
14 Mar 2017 00:08 - 14 Mar 2017 00:12 #6 by babynus
Replied by babynus on topic 6.0.8 <br /> in CSV export
In tool/jsonQuery.php, line 611, replace
  if ($dataLength[$id]>4000 ) {
    if (isTextFieldHtmlFormatted($val)) {
      if (!$exportHtml) {
        $text=new Html2Text($val);
    	$val=$text->getText();
      }
    } else {
      $val=br2nl($val);
    }
  }
with
  if ($dataLength[$id]>4000 ) {
    if (isTextFieldHtmlFormatted($val)) {
      if (!$exportHtml) {
        $text=new Html2Text($val);
        $val=$text->getText();
      }
    } else {
      $val=br2nl($val);
    }
  }

Babynus
Administrator of ProjeQtOr web site
Last edit: 14 Mar 2017 00:12 by babynus.

Please Log in or Create an account to join the conversation.

Moderators: babynusprotion
Time to create page: 0.034 seconds

Cookies settings

×

Functional Cookies

Ce site utilise des cookies pour assurer son bon fonctionnement et ne peuvent pas être désactivés de nos systèmes. Nous ne les utilisons pas à des fins publicitaires. Si ces cookies sont bloqués, certaines parties du site ne pourront pas fonctionner.

Session

Please login to see yours activities!

Other cookies

Ce site web utilise un certain nombre de cookies pour gérer, par exemple, les sessions utilisateurs.