On Jun 18, 2012, at 12:22 AM, Appa Rao Mulpuri wrote:
> 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.
Do you even need a real parser for this? Parser
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
> 1=STRINGLITERAL_ID_1=String 1 some Blah
> 2=STRINGLITERAL_ID_2=String 2
> 3=STRINGLITERAL_ID_3=String 3
> ..
> ..
>
>