Issue while migrating HTML from JSON object into text component in AEM
hi ,
I am creating a migration tool in Java , to migrate content from another CMS into AEM pages. The data is in JSON format which consists of some metadata and HTML areas.
I am converting the HTML areas into text component after migration in AEM , however the data is not displaying properly on the page.
I see some weird characters after decoding the HTML in UTF-8 like �??
Is there a way to handle this in java ?
I tried using StringEscapeUtils and JSOUP without any success.
Thanks,
Sam
