Over a few iterations, I have tried variations on two themes:

1) Comma-delimited within the column:

id      c:myattribute:integer
1234    24,13,7

2) Multiple columns of the same name

id      c:myattribute:integer     c:myattribute:integer
c:myattribute:integer
1234    24      13      7

in order to indicate that 'myattribute' should be a multi-valued
integer column.

The first approach worked if the data type was "string" instead of
integer; as integer, it would come back with "please specify a value
number".  The second approach resulted in the first column being
ingested and the other two being dropped.

I am able to specify a multi-valued integer attribute if I create the
item manually (instead of through a datafeed) by specifying the
attribute multiple times, similar to my second approach.

Any thoughts on what I need to do differently?

Josh
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Base Data API" 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/Google-Base-data-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to