Hey all,
I have a dataset that has one column with a long sting of text as per the file upload. I need to parse the data out in to columns as below (I only need those fields) so the column name is the field name and values as in the text answers:
"phone_field": ["19148475887"]
"postcode_field": ["10591"]
"country_field_gen": ["United States"]
"jobtitle_field": ["Compliance Counsel"]
"email_field": ["brooke.sherer@regeneron.com"]
"company_name_field": ["Regeneron Pharmaceuticals"]
"surname_field": ["Sherer"]
"firstname_field": ["Brooke"]
"thirdparty_consent_field": ["Consent Not Asked"]