-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
Hi all,
Let us suppose the following use case:
| Book | Authors |
|---|---|
| Book_1 | Author_1_1, Author_1_2 |
| Book_2 | Author_2_1, Author_2_2 |
Is there any way to split the data inside Authorscolumn by ,? For instance, I would like to have separately that Author_1_1-[subClassOf]->Authors and Author_1_2-[subClassOf]->Authors, instead of having the whole string Author_1_1, Author_1_2-[subClassOf]->Authors.
Thanks,
José Antonio
Metadata
Metadata
Assignees
Labels
No labels