When trying to read values from .csv file through Oscript File Reader , if there is a " in the data entered in the csv file the reader is adding extra double qotes.
Example if i give OPEN"TEXT
After Reading the file the output is "OPEN""TEXT"
Is there any solution to overcome this ?