How to upload csv with one of the column values in double quotes

Hi,i am using an application which needs a value in the following format for bulk operation

{“speed”:“2mbps”}

but from collection runner when i preview data,i can see that the quotes have been truncated and this is the final value

“{speed:2mbps}”

how do i go about this, i even tried escape character but that dint work

please suggest.

Hey @hamsa18, could you explain how the escaping was done? Was it something like this?

{\"speed\":\"2mbps\"}