I have a CSV file that holds the first and last names of customers. I would like to type these names with capital first letter and the rest of the letters are lowercase letters despite how they were entered in the file. Is there a way to do that in ScenarioBuilder?
Yes, you can set temporary string variables “f_name” and “l_name” from the csv file, use a string function “ToLowerCase” to change their formats to lowercasel letters, and then capitalize the first letter using the “FirstCapital” function