Parsing Data
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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"]
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@SteveFord - please see attached workflow. Hope this helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Sorry, if you look at the file uploaded the text comes in one column in a big long string. I need that parsed out to columns.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hey @SteveFord , including my workflow that specifically works with your file. Hope this helps. Probably a more elegant solution out there, but this solution seems parsable!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@SteveFord - apologies - I previously attached the wrong workflow. Here you go. The data is just JSON so you can you JSON parse. See attached workflow.
