Getting the outline following text using RQMWordImporter 5.0.2
Hello, fellows,
I have the following Doc file:
1. Introduction
Text text text text text text text
1.1. Document Objective
Text text text text text text text
1.2. System Description
Text text text text text text text
and I have the following configuration file:
testplan.DOCStart="1."
testplan.Section("myns:com.ibm.rqm.planning.editor.section.planBusinessObjectives", "RQM-KEY-TP-BUSS-OBJ-TITLE")=List("1.*.,[1,10]")
testplan.dc:description=List("1.2.,[1,10]")
When I import the doc content to RQM, it creates a test plan with:
1- the Business Objective section containing the outline 1.1 and its following text;
2- and the test plan description field containing only the outline "System Description" with no following text.
Question:
1 - How to import the following text from the outline discarding the outline itself avoiding redundancy like having the "Business Objective" section containing a title "business objectives" besides additional text in its content where only the additional text is important?
2 - How to import the outline and its following text when we use exact outline references like "1.2." in the example above?
I have the following Doc file:
1. Introduction
Text text text text text text text
1.1. Document Objective
Text text text text text text text
1.2. System Description
Text text text text text text text
and I have the following configuration file:
testplan.DOCStart="1."
testplan.Section("myns:com.ibm.rqm.planning.editor.section.planBusinessObjectives", "RQM-KEY-TP-BUSS-OBJ-TITLE")=List("1.*.,[1,10]")
testplan.dc:description=List("1.2.,[1,10]")
When I import the doc content to RQM, it creates a test plan with:
1- the Business Objective section containing the outline 1.1 and its following text;
2- and the test plan description field containing only the outline "System Description" with no following text.
Question:
1 - How to import the following text from the outline discarding the outline itself avoiding redundancy like having the "Business Objective" section containing a title "business objectives" besides additional text in its content where only the additional text is important?
2 - How to import the outline and its following text when we use exact outline references like "1.2." in the example above?
One answer
Can you try below syntax and see if that works for you
testplan.dc:description=List("*.2,[1,10]")