After Import in empty deck via a CSV file which contains svg code, the deck is still empty
The csv file is the following form
recto,verso
<img src=“sizing_rect_07_03_00_100_100_4_00_centre.svg”>,<img src=“sizing_rect_07_03_00_100_100_4_00_centre_back.svg”>
<img src=“sizing_rect_07_03_01_100_150_4_00_centre.svg”>,<img src=“sizing_rect_07_03_01_100_150_4_00_centre_back.svg”>
The csv file and the svg files are in UTF8.
If the “Allow HTML in fields” field is set then no card is created. There is no error message.
If the “Allow HTML in fields” field is not set then the cards are created but the characters < and > are replaced by < and >
We obtain the following card.
<img src=“sizing_rect_07_03_00_100_100_4_00_centre.svg”>,<img src=“sizing_rect_07_03_00_100_100_4_00_centre_back.svg”>
I edit by hand in each card and remplace < and > by < and > so that the interpretation of the svg image is carried out.
This is not a very optimized solution.
I have the same problem to editing this topic. if i don’t modify the csv file extract only the character ‘,’ appear.
With your first ansert I correct the formulation of my my topic.