Skip to main content
removed unnecessary tags
Source Link
user1978142
  • 8k
  • 3
  • 19
  • 20

I'm trying to upload csv file, it uploads the csv, but the data are not correct. How

How can I convert this into just string and remove the "& lt;p&gt ;"& lt;p&gt ; or the <p>&lt;p&gt;?

example of my csv file data *<p>
DECO APPLE GRN IN WOODEN CRATE SIZE 34X25X15.5CM PLASTIC</p> *
Example of my csv file data:

**&lt;p&gt;\DECO APPLE GRN IN WOODEN CRATE SIZE 34X25X15.5CM PLASTIC&lt;/p&gt;\**

I'm trying to upload csv file, it uploads the csv but the data are not correct. How can I convert this into just string and remove the "& lt;p&gt ;" or the <p>?

example of my csv file data *<p>
DECO APPLE GRN IN WOODEN CRATE SIZE 34X25X15.5CM PLASTIC</p> *

I'm trying to upload csv file, it uploads the csv, but the data are not correct.

How can I convert this into just string and remove the & lt;p&gt ; or the &lt;p&gt;?

Example of my csv file data:

**&lt;p&gt;\DECO APPLE GRN IN WOODEN CRATE SIZE 34X25X15.5CM PLASTIC&lt;/p&gt;\**
Source Link

Howto remove html entity from the csv file while upload?

I'm trying to upload csv file, it uploads the csv but the data are not correct. How can I convert this into just string and remove the "& lt;p&gt ;" or the <p>?

example of my csv file data *<p>
DECO APPLE GRN IN WOODEN CRATE SIZE 34X25X15.5CM PLASTIC</p> *