Welcome to the Jazz Community Forum
how to import requirements into RQM using Word Importer

4 answers

OK, let me re-phrase my question.
I have a table in Word document, it has a number of rows and the first row has subjects inlucding: ID, Description, Priority. The following rows are actual data that I want to import into RQM as requirements.
Here is my cfg:
requirement.XLSStartRow=2
requirement.dc:title=Table(1).A
requirement.dc:description=Table(1).B
The result gave me "ID" as title which is wrong. It should have been "1001"; and the description was correct.
My question are:
1. how can I tell it to start fetching data from the second row in the table?
2. How come it only returned one row not all following rows?
I have a table in Word document, it has a number of rows and the first row has subjects inlucding: ID, Description, Priority. The following rows are actual data that I want to import into RQM as requirements.
Here is my cfg:
requirement.XLSStartRow=2
requirement.dc:title=Table(1).A
requirement.dc:description=Table(1).B
The result gave me "ID" as title which is wrong. It should have been "1001"; and the description was correct.
My question are:
1. how can I tell it to start fetching data from the second row in the table?
2. How come it only returned one row not all following rows?

OK, let me re-phrase my question.
I have a table in Word document, it has a number of rows and the first row has subjects inlucding: ID, Description, Priority. The following rows are actual data that I want to import into RQM as requirements.
Here is my cfg:
requirement.XLSStartRow=2
requirement.dc:title=Table(1).A
requirement.dc:description=Table(1).B
The result gave me "ID" as title which is wrong. It should have been "1001"; and the description was correct.
My question are:
1. how can I tell it to start fetching data from the second row in the table?
2. How come it only returned one row not all following rows?
Hi Yaqian,
A few questions:
1) Did it only created one requirement, if not how many?
2) Are you saying that in the first requirement it took "ID" from the first row, but the description from the second row?
3) What version of the tool are you using?

I have a table in Word document, it has a number of rows each row containing Requirement title and description. When I tried using the below script , it only imported the first row. Does any one know how to tell it to import all the rows from the table?
requirement.DOCTableStartRow=2
requirement.dc:title=Table(1).A
requirement.dc:description=Table(1).B
requirement.DOCTableStartRow=2
requirement.dc:title=Table(1).A
requirement.dc:description=Table(1).B

Thanks for your reply Michael. I no longer have the case any more because I ended up using Excel Importer instead of the Word importer, as it's much easier to identify cells and rows in Excel. Thanks.
Hi Yaqian,
A few questions:
1) Did it only created one requirement, if not how many?
2) Are you saying that in the first requirement it took "ID" from the first row, but the description from the second row?
3) What version of the tool are you using?
OK, let me re-phrase my question.
I have a table in Word document, it has a number of rows and the first row has subjects inlucding: ID, Description, Priority. The following rows are actual data that I want to import into RQM as requirements.
Here is my cfg:
requirement.XLSStartRow=2
requirement.dc:title=Table(1).A
requirement.dc:description=Table(1).B
The result gave me "ID" as title which is wrong. It should have been "1001"; and the description was correct.
My question are:
1. how can I tell it to start fetching data from the second row in the table?
2. How come it only returned one row not all following rows?
Hi Yaqian,
A few questions:
1) Did it only created one requirement, if not how many?
2) Are you saying that in the first requirement it took "ID" from the first row, but the description from the second row?
3) What version of the tool are you using?