Parse Claygent Output into Separate Columns Without Credits
Hi I'm trying parse the data from this claygent output into separate columns without using credits. From this raw claygent output:
{"company_name": "< Festo Limited >", "registration_number": "< 926749 >", "charge": {"date_created": "2021-01-26", "person_entitled": "National Westminster Bank PLC", "status": "Outstanding", "description": "Contains fixed charge"}}
I want to have a column for only:
Company Name
Registration Number
Date created
Person Entitled
Status
Description
Is this possible without using credits?