Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 53 Oracle Analytics and AI Sharing Center
- 20 Oracle Analytics and AI Lounge
- 293 Oracle Analytics and AI News
- 57 Oracle Analytics and AI Videos
- 16.4K Oracle Analytics and AI Forums
- 6.5K Oracle Analytics and AI Labs
- Oracle Analytics and AI User Groups
- 116 Oracle Analytics and AI Trainings
- 21 Oracle Analytics and AI Challenge
- Find Partners
- For Partners
Remove HTML tags the data loaded through HSDL.
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
-
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!
0 -
Hi @Chetana2000,
You can remove all HTML tags from your HSDL file before loading using Notepad++ using regular expression
Go to Search →> Replace and use this regular expression <[^>]*>
Below is the sample file for illustration
After using Replace you can find the cleansed file
Hope this helps
Thanks0



