Thanks Dave,
after much hunting and testing I found the issue, in the replaceCSV.ImportMapping template I found this;
<item col="8" str=" " rpl="" substr="true"/>
After deleting these two lines of code all seems to be working properly.
Cheers
Bryan
after much hunting and testing I found the issue, in the replaceCSV.ImportMapping template I found this;
<item col="8" str=" " rpl="" substr="true"/>
<item col="9" str=" " rpl="" substr="true"/>
Col 8 being my summary and col 9 being my description, hence the removal of the space between each word.After deleting these two lines of code all seems to be working properly.
Cheers
Bryan