On 18 Jun 2012, at 08:22, Appa Rao Mulpuri wrote:

> Hi List,
> 
> Do we have any parser to parse a file with the following entries?
> 
> ID String ID Actual String
> 11111=STRINGLITERAL_ID_1=String 1 some Blah
> 11112=STRINGLITERAL_ID_2=String 2
> 11113=STRINGLITERAL_ID_3=String 3
> ..
> ..
> 
> Basically I need to construct two dictionaries from that file. One with 'ID' 
> vs 'Actual String' as Key-Value pairs and  second one with 'String ID' Vs 
> 'Actual String' as Key-Value pairs.

Core parse will trivially create one for you:
https://github.com/beelsebob/CoreParse

Bob
_______________________________________________

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