Hi,

I need to splt an inf with some specified values.But the inf have sections with same key with multiple values .
For eg:

[Sample1]
"test1"=aaa ,bbb
"test1"=aaa ,ccc
"test2"=ddd ,hjh

So i need to split the inf by specifying the values like bbb and ccc.
SO the expected result should be

[Sample1]
"test1"=aaa ,bbb
"test1"=aaa ,ccc...