Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

How to define line feed in RQMExcelImporter?

I just met a new problem, how can we set the line feed in the test case section?

The current effect is :

1.aaaaaaaaa 2.bbbbbbbbbb 3. ccccccccccc

How can I make it as:

1.aaaaaaaaa

2.bbbbbbbbb

3.cccccccccc

0 votes



2 answers

Permanent link
My understanding is that you want to preserve new line when using ExcelImporter. In that case, you will see to use modifier Pre() or Div() such as testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCaseDesign","RQM-KEY-TC-DESIGN-TITLE")=Pre(M)

if M has multiple line, the result will be multiple lines in RQM test case design section after exporting.

1 vote

Comments

 yeap, that is right. I used PRE() and it worked.
TIP: use ALT+Enter Key in Excel 


Permanent link
If the Excel Import does not convert a new line properly to XML before importing the artifact into RQM, try to use HTML or XML representation. See below post for details.
http://stackoverflow.com/questions/10917555/adding-a-new-line-break-tag-in-xml

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Mar 18 '16, 12:19 a.m.

Question was seen: 4,949 times

Last updated: Mar 18 '16, 12:40 p.m.

Confirmation Cancel Confirm