Read Text File output string contains "@" character

Whoops. I just realized that I forgot to return the 2nd if statement to use

tmpStrR.ToString.ToUpper.Equals(“PRODUCTION”)

but I’ve changed it and the “equals” still fails.

Also, @Jeroen - I partly abondoned the Read CSV / Data Table approach. It was so frustrating that you must use the Lookup Data Table to find a matched RowIndex, but Lookup Data Table does not return a row object, which activities like Update Row Item require as an input! It is so frustrating that there does not seem to be an easy way to convert a row index to a row object. I’m sure you can do this in VB/Invoke code, but I am not able to get Invoke Code to ever work. (See: Invoke Code Always Fails: Method Not Found - Help / Activities - UiPath Community Forum