testscript.steps.description=RichEdit(X) & image(X) syntax for RQM Excel Importer does not work for 5.0.2
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
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