Forum Discussion

AAB's avatar
AAB
Regular Contributor
6 years ago
Solved

Error message "The column path must start with a row path expression"

Hi everyone,   For my comparison testcase I need to compare the results of 2 different files with each other. For the POC I'm using mock data in files. One is an excel file the other is a json fi...
  • Nastya_Khovrina's avatar
    6 years ago

    AAB,

     

    I've managed to get the cbe_number and denominations values with the following settings:

     

    Does it suit you?

     

    The expression in the Row Path field is the beginning of the full expression. It's common for properties.

    The expression in the Column Paths is the end of the expression.

     

    So, the full expressions will look like:

    $['cbe_number'] - for the cbe_number property

    and

    $['denominations'][0]['value'] - for the denomination property