I have a problem formatting fields on import ( please have a look at screenshot here attached )
Let's say I have 3 fields in csv file I want to import in virtuemart product description field ( field1, field2 and field3 in csv file )
Problem 1 : field2 has sometime a space caracter at the beginning, csvi import is suppressing them
Problem 2 : I don't see any way to add html at the beginning or at the end of the fields. I tried with multireplace rule using operation "Add before value"/"Add after value" and it's not working.
Now : how can get those fields formated please ?
Here are 2 examples following the screen shot example...
"DETECTEUR VOLUMETRIQUE PIR + CAMERA" + " GRADE 2" + "Noir" ( please note in this case " GRADE 2" has a space before )
should not be :
DETECTEUR VOLUMETRIQUE PIR + CAMERAGRADE 2Noir ( actual result )
but :
<p>DETECTEUR VOLUMETRIQUE PIR + CAMERA GRADE 2<br>Noir</p>
AND
"DETECTEUR VOLUMETRIQUE DOUBLE TECHN" + "O GRADE 2" + "Blanc"
should not be :
DETECTEUR VOLUMETRIQUE DOUBLE TECHNO GRADE 2Blanc ( actual result )
but :
<p>DETECTEUR VOLUMETRIQUE DOUBLE TECHNO GRADE 2<br>Blanc</p>
Thank you for your help !
Best Regards
Eric