Hello everyone!
I want to copy some text from Internet to an excel, but it is saved as the following:
“{
“”@context”“: ““https://schema.org””,
“”@type”": ““PostalAddress””,
““addressCountry””: ““España””,
““addressLocality””: ““MADRID””,
““addressRegion””: ““MADRID””,
““name””: ““REPSOL SA””,
““postalCode””: "“28045"”,
““streetAddress””: "“MENDEZ ALVARO 44"”
}
{
“”@context"“: ““https://schema.org””,
“”@type”“: ““LocalBusiness””,
““address””: {
“”@type”": ““PostalAddress””,
““addressLocality””: ““MADRID””,
““addressRegion””: ““MADRID””,
““streetAddress””: "“28045 MENDEZ ALVARO 44"”
},
““description””: ““PETRÓLEO Y GAS””,
““name””: ““REPSOL SA””
,““telephone””: “”+34913318093""
}
{
""@context"": ""https://schema.org"",
""@type"": ""Corporation"",
""name"": ""REPSOL SA"",
""alternateName"": ""REPSOL SA"",
""logo"": ""https://www.infocif.es/images/logo-empresas/nif-78374725.gif?v=1.01"",
""image"": ""https://www.infocif.es/images/logo-empresas/nif-78374725.gif?v=1.01"",
""foundingDate"": ""01/11/1986"",
""foundingLocation"": ""MADRID"",
""isicV4"": ""PETRÓLEO Y GAS"",
""numberOfEmployees"": ""0"",
""taxID"": ""A78374725"",
""telephone"": ""+34913318093"",
""identifier"":
{
""@type"": ""PropertyValue"",
""propertyID"": ""Company Number"",
""value"": ""A78374725""
},
""founder"":
{
""@type"": ""Person"",
""name"": ""BRUFAU NIUBO ANTONIO"",
""jobTitle"": ""Presidente:"",
""worksFor"": {
""@type"": ""Organization"",
""name"": ""REPSOL SA""
}
},
""contactPoint"":
{
""@type"": ""ContactPoint"",
""telephone"": ""+34913318093"",
""contactType"": ""customer service"",
""areaServed"": ""ES"",
""availableLanguage"": ""es""
},
""url"": ""http://www.repsol.com"",
""address"":
{
""@type"": ""PostalAddress"",
""addressLocality"": ""MADRID"",
""addressRegion"": ""MADRID"",
""postalCode"": ""28045"",
""streetAddress"": ""MENDEZ ALVARO 44""
}
}
Mendez Alvaro 44
28045
-
Madrid"
Can anyone help me?
Thanks!