result.xlsx (9.4 KB)
Data available in DT is available in attached excel
Requirement –
Trying to manipulate the values available in Key column to assign as file name for the file the bot is going to download.
-
Replace “Space” with “_” in the value available in “Key” Column
-
Replace "Dot (s) with “_” in the value available in “Key” Column ( Only if “Dot” available… Because sometimes the “Dot” will not be available in "Key column)
-
Store manipulated Key value to String variable
Note : Already stored downloaded file extension in str_extention variable
Example 1 :
Input text : PV 1.3.2
Expected output in str : PV_1_3_2.pdf
Example 2 :
Input text : KR 80034
Expected output :KR_80034.pdf


