If I have a file with the contents as below:
field1=value1,field2=value2,field3=value3,field4=value4,field5=value5,..;(new line)
field1=value1.1,field2=value1.2,field3=value1.3,field4=value1.4,field5=value1.5,...; (new line)
.....
....
...
Each line ends with semi-colon and a new line character.
How can I extract and store(or display) in the below format?