It's all about the answers!

Ask a question

cfg file writing


archana kurup (2026872) | asked Sep 25 '13, 12:09 a.m.
Can anyone please tell me how to write a cfg file?What is the meaning of the cfg code testcase.otherthing=List("*.")

4 answers



permanent link
archana kurup (2026872) | answered Sep 27 '13, 12:17 a.m.
In the sample folder ,one word file "testscript in table 002.doc" has 7 tables.I want to know the the codes written in the correspnding cfg file is representing these 7 tables in the word or is it for any particular table in that word or is it representing some part of these tables?

permanent link
Ara Masrof (3.2k15) | answered Sep 26 '13, 7:38 a.m.
JAZZ DEVELOPER
edited Sep 26 '13, 7:39 a.m.
 Archana,
An outline list is a format type in MS Word; using the 'List()' notation in a cfg file will allow you to specify the data in a outline list format in your Word file
I would highly recommended looking at the WORD samples packaged with the utility (...\RQMWordImporter\Samples)' there is at least one example of using a List() notation. 

Ara

permanent link
archana kurup (2026872) | answered Sep 26 '13, 12:44 a.m.
I dont want to know what are the attributes?i want to know why these parameters are used?outline list means what?

permanent link
Ara Masrof (3.2k15) | answered Sep 25 '13, 7:02 a.m.
JAZZ DEVELOPER
 Archana,
In the line of code above
testcase: is the resource 
'otherhing' in the resource attribute 
List("*.") is the content definition for an outline list used when importing Word document

See the Excel/Word Wiki for all supported Resource.Attributed pairs

Your answer


Register or to post your answer.