Created 08-27-2022 11:48 AM
i have a CSV file which contains ID Column with " in the beginning like
id, name, job, salary, Response
"1,x,y,1000,0""2,a,b,1000,1""3,q,w,1000,1"
i want to remove the (") from id column and also response column
Created 08-27-2022 04:28 PM
Hi,
You can use the ReplaceText Processor as follows:
If you find this helpful please accept solution. Thanks