Re: Parser Support
Re: Parser Support
- Subject: Re: Parser Support
- From: Thomas Davie <email@hidden>
- Date: Mon, 18 Jun 2012 08:27:54 +0100
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 (email@hidden)
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:
This email sent to email@hidden