I have a point table which contains a column of Animals names. and an SVG file folder of these animals. The svg files have the same names as the animals.
I would like to know if in the GIS symbology of QGIS there is an automatic way to create SVG links between my table and my folder where the SVG files are ?
I mean for each point it reads in the table the name of the animal (for example fox) and it creates the link, loads and displays the fox.svg symbols found in my file.
I used one of the answers but when I have the empty boxes (NULL) it displays question marks "?"
Here is a screenshot:



