Project:Taxonomy import/export via XML
Version:5.x-1.0
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

Hi,

Great module. It has been very useful to me. I'm not sure why this is happening, but on some terms I am importing (not all), the term name seems to be getting additional whitespace and/or a new line after the term (in the db). Here is an example term from my import that gets this additional whitespace:

<term>
  <tid>3</tid>
  <vid>1</vid>
  <name>City Life</name>
  <description></description>
  <weight>0</weight>
  <depth>1</depth>
  <parent>1</parent>
</term>

any ideas?

Comments

#1

Status:active» closed (fixed)

Issue queue cleanup
Can no longer replicate. Some extra 'trim()' has been added in places. I think that will have fixed it. re-open if you can replicate.