Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Parsing text into tables

Giantstride
5 - Atom

Hi

Please I have this text 

 

{"identifiers":[{"value":"310000274","scheme":"person.v1.human-resources.university.identifiers.gmail.com"},{"value":"98bd4","scheme":"v1.person.identifiers.gmail.com"}],"namePrefixes":"Dr","surname":"Greta","forenames":"Stone","dateOfBirth":"1972-0...

 

and I want it to be in this format

 

Name prefix

surname

fornames

Data of birth

value

Dr

Greta

Stone

1972-0

310000274

 

Any help to transform it?

1 REPLY 1
FinnCharlton
13 - Pulsar

@Giantstride , this is in JSON format, which means the JSON parse tool will be useful for parsing this. Here is a simple way to do it:

Screenshot 2023-08-02 141053.png

Labels
Top Solution Authors