protegeproject/cellfie-plugin

Split data within the same column

Opened this issue · 0 comments

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