How to define line feed in RQMExcelImporter?
2 answers
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.
