Hello -

I am trying to import data into Core Data. I am trying to set the value of one 
the attributes to the following string:

 MeasureID = 2376;
    Property =     {
        root =         {
            ExtendedProperties =             {
                item =                 {
                    "@id" = PhotoRequired;
                    text = 0;
                };
            };
        };
    };


It takes the MeasureID but no matter what I do it won't take the String in 
Property?

And worse, the following code:  [self setValue:value forKey:attribute];

Just swallows it and doesn't throw any errors ?

Is the fact that it looks like an array or dictionary throwing off 
NSManagedObject?

Banging my head,
James



_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to