I have a Dataframe as below that has 3 columns namely id, name and feedback. One of the values for customer_input has a value as below
id,name,feedback
201,Robert,"response time is slow
"
I am having issues working inserting this data into a DB table due to the long text it hold in the feedback column. The entire text within quotes is value for one cell. How could I remove all the extra spaces between the word slow and the closing quotes (") in the next line Could anyone advice how I could work with this data.
I am working with Amazon Redshift table