dasch-swiss / dsp-tools

A Python library and tools for the DSP-API
https://docs.dasch.swiss/latest/DSP-TOOLS
GNU General Public License v3.0
10 stars 4 forks source link

fix(excel2json): write newlines correctly into the "description" field of the JSON file (RDU-45) #1170

Closed jnussbaum closed 1 month ago

jnussbaum commented 1 month ago

@Nora-Olivia-Ammann @Notheturtle This is a rather naive fix of the problem. It really only takes care about the "description" field. Is this already enough, or should this go further?

linear[bot] commented 1 month ago

RDU-45 excel2json: in "description" field, replace `\n` by `<br/>`