Hello,
I would like to make values of a column clickable using the URL present in other column.
Let's assume this is my CSV table:
Author; Title; URL
autor1; publication1;
www.test1.com
autor2; publication2;
www.test2.com
autor3; publication3;
www.test3.com
when importing the table, is there a way to let it looks like this?:
--------------------------------------------------------
| Author | Title
--------------------------------------------------------
| autor1 |
publication1
| autor2 |
publication2
| autor3 |
publication3