I am working with Openrefine 3.8 version with the reconciled data from GlobalNames and the information obtained from the Classification. The result is a JSON array with the taxonomy and its hierarchy, such as:
"[{"taxon":"Biota","rank":"unranked"},{"taxon":"Animalia","rank":"kingdom"},{"taxon":"Mollusca","rank":"phylum"},{"taxon":"Gastropoda","rank":"class"},{"taxon":"Heterobranchia","rank":"subclass"},{"taxon":"Euthyneura","rank":"infraclass"},{"taxon":"Tectipleura","rank":"subterclass"},{"taxon":"Eupulmonata","rank":"superorder"},{"taxon":"Stylommatophora","rank":"order"},{"taxon":"Helicina","rank":"suborder"},{"taxon":"Clausilioidei","rank":"infraorder"},{"taxon":"Clausilioidea","rank":"superfamily"},{"taxon":"Clausiliidae","rank":"family"},{"taxon":"Clausiliinae","rank":"subfamily"},{"taxon":"Clausiliini","rank":"tribe"},{"taxon":"Macrogastra","rank":"genus"},{"taxon":"Macrogastra ventricosa","rank":"species"}]"
How can I separate the information with openrefine stored in the cell into columns?, when the rank is the header column and the taxon is the information.
Excuse me, but I'm a bit of a newbie
Any help would be appreciated