testscript.steps.description=RichEdit(X) & image(X) syntax for RQM Excel Importer does not work for 5.0.2
![](http://jazz.net/_images/myphoto/395da095afa89bb0449ed10665790061.jpg)
When using RQM Excel Importer to RQM 4.0.5 the string : testscript.steps.description=RichEdit(X) & image(X)
worked to import both formatted text and a picture from a cell in Excel.
After upgraing to RQM 5.0.2 we get the error messages:
Error: Configuration File, Line 36, Missing right parentheses: )
Error: Configuration File, Line 36, Found a value that reduced to "Y)", but was expecting a value equivelant to a column, cell, or literal.
Error: Configuration File, Line 36, Found a value that reduced to "image(Y", but was expecting a value equivelant to a column, cell, or literal.
Error: Configuration File, Line 35, Missing right parentheses: )
Error: Configuration File, Line 35, Found a value that reduced to "X)", but was expecting a value equivelant to a column, cell, or literal.
Error: Configuration File, Line 35, Found a value that reduced to "image(X", but was expecting a value equivelant to a column, cell, or literal.
*** Exporting Aborted: Errors found! ***
How to format the configuration file for 5.0.2?
One answer
![](http://jazz.net/_images/myphoto/395da095afa89bb0449ed10665790061.jpg)
Try using RichText() instead of RichEdit()
Refer https://jazz.net/wiki/bin/view/Main/RQMExcelWordImporter#Modifiers_of_data_Used_to_the_ri for more details
Comments
![](http://jazz.net/_images/myphoto/395da095afa89bb0449ed10665790061.jpg)
Hi
I have read that page.
I misspelled the configuration string:
testscript.steps.description=RichText(X) & image(X)
is the one used.
It worked for RQM 4.0.5 but not for 5.0.2
![](http://jazz.net/_images/myphoto/7ba3e28e4328899302261ce7a8706f66.jpg)
I see the same issue in v5.0.2(tried with sample: Test Cases made from scripts with images.cfg), this seems to me it is a regression.
you may try with testscript.steps.description=X & image(X) for now.
Hi, Reshma, do you think this is a defect? ThanksĀ