Categories
- All Categories
- Oracle Analytics Learning Hub
- 31 Oracle Analytics Sharing Center
- 21 Oracle Analytics Lounge
- 251 Oracle Analytics News
- 45 Oracle Analytics Videos
- 16.1K Oracle Analytics Forums
- 6.3K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 93 Oracle Analytics Trainings
- 16 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
