Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a CSV File in which last Row is violated, ScreenShot is being Attached Below.
How can i remove 3 semicolons using StringHandling.ERREPLACE() i.e.
which syntax will be use to remove 3 semicolons ";;;" using StringHandling.ERREPLACE().
Total_Calls row is Violated by three semicolons
@meetmahajan,can you use below funtion in tMap.
row1.total.replace(";","")
row1.total.replaceAll(";","")
@meetmahajan,can you use below funtion in tMap.
row1.total.replace(";","")
row1.total.replaceAll(";","")