Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
((String)globalMap.get("tFileList_1_CURRENT_FILE")).substring(0, file.indexOf("."))
Below Expression worked for me:
StringHandling.LEFT(((String)globalMap.get("tFileList_1_CURRENT_FILE")),StringHandling.INDEX(((String)globalMap.get("tFileList_1_CURRENT_FILE")),"."))
Best Regards,
Ram