Updates:
        Status: Invalid

Comment #2 on issue 588 by vangarderen.peter: add a custom string to  
seperate multiple values going into a single Qubit field in XML import
http://code.google.com/p/qubit-toolkit/issues/detail?id=588

This can be dealt with using the existing import functionality. As  
explained by MJ:
"You have something like:

<extent>somevalue</extent>
<extent>anothervalue</extent>
<extent>thirdvalue</extent>

And you want to store these in a single field as, eg: somevalue,
anothervalue, thirdvalue; with the delimiter variable.

I would argue this is something that belongs on the object in
question, and the values would come from the XML import as an array
using our nifty new logic.  eg.

         Method:  setConcatValue
         Parameters: [%extent, $delim = ',']

And then have the setConcatValue method handle storing them imploded. "

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Issues" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/qubit-issues?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to