Output formatting

Hi ,
can anyone help me in this

Input file

Name= XYZ	
Company= ALPHA
City= Stockhomn
Equipment=computer		
Country=Sweden

Name=MNC
Company=Beta
City=Kaulampur	
Equipment=computer
Country=Malaysia

Name=JVC	
Company=gamma
City=Kiruna
Equipment=computer
Country=Stockholms

Desired output
It should follow this format

current time stamp Equipment="Computer" Name="ALPHA" City="Stockhomn" Country="Sweden"
current time stamp Equipment="Computer" Name="MNC" City="Kaulampur" Country="Malaysia"

........................................so on.........

What have you done so far?

When should the "Name" be used, and when the "Company"?

Required output:
First output line having

Name="ALPHA"

Second output line having

Name="MNC"

input.txt having following lines
>> Name= XYZ
>> Name=MNC
Requirement lines are contradicting the lines from input.txt.
can you explain the requirement in detail ?