Hello guys, One of our suppliers are able to give us a CSV download of all their products. Using this CSV we are able to upload the products to our website. We have no problem with the CSV other than a field called "Specifications" This field is exported like so: but obviously when we upload this to our website it doesn't read it as a table and ignores the <tab> element. How can we remove the TAB element and present the data in a table. It would take too long to do this for all 4000+ records and so we need a solution. Thank you in advance.