I have a list of companies. In a new column I have used an AI search to find Contacts at these Companies. The AI search returns a JSON response containing: Name, Job Title, Work Email, LinkedIn profile for several Contacts at a company.
How can I convert this JSON output to a new Contact table where 1 row is 1 contact and Name, Job Title, Work Email, and LinkedIn profile are separate columns?