Youchi’s method will not work as the data is a column value of huge data table and the symbol " not have to apply on each value please refer the example values are given in question.
My csv is a comma separated csv contains a column name asset description, which have details of assets, I can’t share the file because of security restrictions and I’m writing from phone so not able to generate a dummy csv! Sorry. Please find image of data sample attached
I think there are mainly 2 possibilities regarding this issue.
First, double quote may be removed when read it from CSV.
Second, double quote may be removed when type into web site.
So do you use TypeInto activity?
If so, to isolate the first cause, can you try to put LogMessage activity just before the TypeInto to print its content.
Next, can you try to change InputMethod property of TypeInto : HardwareEvent, WindowMessages, Simulate, Chromium API
Or try to use Clipboard : SetClipboard activity and Keyboard Shotrcuts activity (Ctrl+v) instead of TypeInto?