Oracle Fusion HCM Analytics

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Remove HTML tags the data loaded through HSDL.

Received Response
29
Views
1
Comments

Hello , We loaded the data for Performance Goal (for Description) in system through HSDL and noticed that the HTML tags like <b><br><p> which we used in HSDL file are visible from frontend as well. we need to load the data in bulk using HSDL but at the same time we don't want HTML tags to be visible from frontend.                                                                                                         Is there any way to remove that tags. Please provide your inputs.                                                                                                                                                                  Thanks for your help!

Answers

  • RVohra
    RVohra Rank 7 - Analytics & AI Coach

    You can preprocess your source data (e.g., in Excel or a script) to remove tags using a simple regex, this keeps only the plain content. Hope it helps!