Core Data won't accept this string...

2012-04-03 Thread James Cicenia
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 = {

Re: Core Data won't accept this string...

2012-04-03 Thread Fritz Anderson
On 3 Apr 2012, at 12:11 PM, James Cicenia wrote: 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 = {

Re: Core Data won't accept this string...

2012-04-03 Thread James Cicenia
Thank you for taking the time to answer. Sorry about the declarative question mark. I guess I just needed a sanity check. I inherited a NSManagedObject category that was being too aggressive in converting everything to Dictionary. So, I turned that value back into an NSString and it worked.