The folder to indicte the file location is missing in the READ CSV activity. Where can I see it in RE Framework 25.10.1?
Click on the Plus Icon at the end of the field and check if there is option to select From Local File
Also with the current selection you can pass your local file using this expression
LocalResource.FromPath("C:\path\file.txt")
Yes, it is there and on click it changes to Use a File Resource, however no browse window is showing up to select the file.
LocalResource.FromPath(“C:\path\file.txt”) - This one worked. Thank you.
@Dhanya_Nair that’s the new user experience change. For now we will have to paste it as string.
@loginerror could you please help with more context on this change?
1 Like


