MyPureCloud / knowledge-html-converter

This is a javascript library which can convert any html content to genesys cloud knowledge article content format which is a strict and genesys specific JSON structure.
MIT License
3 stars 1 forks source link

ignoring Data #3

Closed slindsay23 closed 9 months ago

slindsay23 commented 10 months ago

We have come across various issues with this package and had to update a decent amount, we found that it leaves out the data from Platform A (Old platform) due to the config files being incorrect. I would say if you are using this be prepared to make a lot of changes to the config files, maybe even consider writing this from scratch.

tmelko-genesys commented 10 months ago

Yes, unfortunately there are two places where information can be lost:

Altogether, this converter package performs very badly with highly styled html, ignoring most elements and style attributes, but we hoped that it could be sufficient for FAQ articles which usually don't have that much styling.

Is there any specific issue we should look at? Which config files are incorrect?

tmelko-genesys commented 9 months ago

I'm closing this issue. Let us know if there is a specific issue we should look at.