I have to trim this string inside the cell of a csv file to get the link ..Plz tell me the split or trim command for this?

@Gaurav07

Try this

assume text is the entire value you have

then text.split(";"c).Last()

Hey @Gaurav07
First u need to get the string from csv file as a table.
use trim function to trim the string then update it in table or write it in another csv file.

Refer this for trim function

For spliting refer this