Based on the pictures, I need 6 values. For the last two values, it needs to be referenced by “Partner System Data Error” since there’s another same thing exists but were referenced by “Error 12”
Maybe an alternate would be to use regex methods on the whole input to capture the required values.
Check the below Steps :
Read the Excel Sheet using Read Range Activity, get the Output as datatable value say DT.
Next, use Output Datatable Activity and get the Output String, say strDT, to convert the datatable data to a String data. We can now apply String/Regex methods on this output.
Applying Regex Expressions on the Data to get the Required value :
Ok. The output Datatable activity also does put Double Quotes to each cell data if it contains more than 1 word. In that case. You could Apply trim for all the above extraction in the below way :