I am trying to import an API using an excel file with an html field type. The html code looks like this:
,<a href="https://www.google.com/" target="https://www.google.com/">Google</a>,
After importing, the double quote character is typed twice making the html code unusable. I have more than 200 links and the only way to make the html code work is to manually edit the html code one by one and deleting the extra double quote that was added during the import.
<a href=""https://www.google.com/"" target=""https://www.google.com/"">Google</a>\\
How can I avoid the addition of the extr double quote character?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.