Issue with slugify function during extraction
The slugify(text: str)
does not take into consideration characters like " ' / \ ( )
before building the xml during the extraction process.
The slugify(text: str)
does not take into consideration characters like " ' / \ ( )
before building the xml during the extraction process.