I have two files, the first one contains this:
companyName
url
country
address
zip
founders
industry
isPrivate
and the second one contains this:
:companyName
:url
:country
:address
:zip
:founders
:industry
:isPrivate
Is it possible to easily merge the contents of the second file into the first one so it looks like this:
companyName :companyName
url :url
country :country
address :address
zip :zip
founders :founders
industry :industry
isPrivate :isPrivate