-
I would like to be able to include some XML code in a CSV file, such as in: "John","This was his page: <URL>https://domain.com</URL>, but that was years ago." But when I export it to XML, the XML code from CSV is escaped. Is there a way to avoid it, or even better that the layout recognizes it as a native element? Many thanks for your help. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
You need to parse the CSV output and adjust the code yourself. |
Beta Was this translation helpful? Give feedback.
-
It would be possible, but currently not on my priority list to implement. Everything like what you want is possible without a "raw" option. You know that you can use |
Beta Was this translation helpful? Give feedback.
It would be possible, but currently not on my priority list to implement. Everything like what you want is possible without a "raw" option.
You know that you can use
sd:decode-html()
for some of these use cases?