Hello All,
From below HTML script i have to filter only data, kindly help me.
The field have only "SSRS" data
<div class="ExternalClass9BD7456939E74D6399115D5D4E6F67C6"><html>
<div>
<span style="color:rgb(31, 73, 125);font-family:"Calibri",sans-serif;font-size:11pt;">SSRS </span>
</div>
</html></div>
Thanks,
NK
Solved! Go to Solution.
Hi @NiranjanK1 ,
I'm attaching one example that uses the </span> string to know where your data is.
Of course it will only work if you don't have any other occurrence of the same string.
Best,
Fernando Vizcaino
@fmvizcaino, Thanks a lot for your reply, live data is not replacing dynamically Kindly help me
Actual Data: "Not providing regulatory disclosures, or providing inaccurate, regulatory required confirmations, disclosures, receipts, delay/cancellation notifications, or proof of payment that funds were transferred for Domestic and International transfers, due to manual errors or systemic breaks which can result in operational losses and regulatory impacts (e.g. Reg E, UDAAP)."
<div>
<font size="3" face="Times New Roman">
</font>
<p style="margin:0in 0in 0pt;" class="MsoNormal">
<font size="3">
<span style="color:red;">Not providing regulatory disclosures</span>
<span style="color:black;">, or providing inaccurate, regulatory required
confirmations, disclosures, receipts, delay/cancellation notifications, or
proof of payment that funds were transferred for Domestic and International
transfers, due to manual errors or systemic breaks which can result in
operational losses and regulatory impacts (e.g. Reg E, UDAAP).
</span>
</font>
</p>
<font size="3" face="Times New Roman">
</font><p style="margin:0in 0in 0pt;" class="MsoNormal"><span style="color:black;"><font size="3"> </font></span></p>
<font size="3" face="Times New Roman">
</font></div>
</html></div>
@david, Thanks a lot for your reply, Below HTML format data will change on dynamically for below data im on getting complete information. Kindly help me
Actual Data: "Not providing regulatory disclosures, or providing inaccurate, regulatory required confirmations, disclosures, receipts, delay/cancellation notifications, or proof of payment that funds were transferred for Domestic and International transfers, due to manual errors or systemic breaks which can result in operational losses and regulatory impacts (e.g. Reg E, UDAAP)."
<div>
<font size="3" face="Times New Roman">
</font>
<p style="margin:0in 0in 0pt;" class="MsoNormal">
<font size="3">
<span style="color:red;">Not providing regulatory disclosures</span>
<span style="color:black;">, or providing inaccurate, regulatory required
confirmations, disclosures, receipts, delay/cancellation notifications, or
proof of payment that funds were transferred for Domestic and International
transfers, due to manual errors or systemic breaks which can result in
operational losses and regulatory impacts (e.g. Reg E, UDAAP).
</span>
</font>
</p>
<font size="3" face="Times New Roman">
</font><p style="margin:0in 0in 0pt;" class="MsoNormal"><span style="color:black;"><font size="3"> </font></span></p>
<font size="3" face="Times New Roman">
</font></div>
</html></div>
@fmvizcaino, Thanks a lot for your reply, live data is not replacing dynamically Kindly help me
Actual Data: "Not providing regulatory disclosures, or providing inaccurate, regulatory required confirmations, disclosures, receipts, delay/cancellation notifications, or proof of payment that funds were transferred for Domestic and International transfers, due to manual errors or systemic breaks which can result in operational losses and regulatory impacts (e.g. Reg E, UDAAP)."
<div>
<font size="3" face="Times New Roman">
</font>
<p style="margin:0in 0in 0pt;" class="MsoNormal">
<font size="3">
<span style="color:red;">Not providing regulatory disclosures</span>
<span style="color:black;">, or providing inaccurate, regulatory required
confirmations, disclosures, receipts, delay/cancellation notifications, or
proof of payment that funds were transferred for Domestic and International
transfers, due to manual errors or systemic breaks which can result in
operational losses and regulatory impacts (e.g. Reg E, UDAAP).
</span>
</font>
</p>
<font size="3" face="Times New Roman">
</font><p style="margin:0in 0in 0pt;" class="MsoNormal"><span style="color:black;"><font size="3"> </font></span></p>
<font size="3" face="Times New Roman">
</font></div>
</html></div>
@ fmvizcaino, Thanks a lot for your reply, live data is not replacing dynamically Kindly help me
Actual Data: "Not providing regulatory disclosures, or providing inaccurate, regulatory required confirmations, disclosures, receipts, delay/cancellation notifications, or proof of payment that funds were transferred for Domestic and International transfers, due to manual errors or systemic breaks which can result in operational losses and regulatory impacts (e.g. Reg E, UDAAP)."
<div>
<font size="3" face="Times New Roman">
</font>
<p style="margin:0in 0in 0pt;" class="MsoNormal">
<font size="3">
<span style="color:red;">Not providing regulatory disclosures</span>
<span style="color:black;">, or providing inaccurate, regulatory required
confirmations, disclosures, receipts, delay/cancellation notifications, or
proof of payment that funds were transferred for Domestic and International
transfers, due to manual errors or systemic breaks which can result in
operational losses and regulatory impacts (e.g. Reg E, UDAAP).
</span>
</font>
</p>
<font size="3" face="Times New Roman">
</font><p style="margin:0in 0in 0pt;" class="MsoNormal"><span style="color:black;"><font size="3"> </font></span></p>
<font size="3" face="Times New Roman">
</font></div>
</html></div>
@fmvizcaino, Thanks a lot for your reply, live data is not replacing dynamically Kindly help me
Actual Data: "Not providing regulatory disclosures, or providing inaccurate, regulatory required confirmations, disclosures, receipts, delay/cancellation notifications, or proof of payment that funds were transferred for Domestic and International transfers, due to manual errors or systemic breaks which can result in operational losses and regulatory impacts (e.g. Reg E, UDAAP)."
<div>
<font size="3" face="Times New Roman">
</font>
<p style="margin:0in 0in 0pt;" class="MsoNormal">
<font size="3">
<span style="color:red;">Not providing regulatory disclosures</span>
<span style="color:black;">, or providing inaccurate, regulatory required
confirmations, disclosures, receipts, delay/cancellation notifications, or
proof of payment that funds were transferred for Domestic and International
transfers, due to manual errors or systemic breaks which can result in
operational losses and regulatory impacts (e.g. Reg E, UDAAP).
</span>
</font>
</p>
<font size="3" face="Times New Roman">
</font><p style="margin:0in 0in 0pt;" class="MsoNormal"><span style="color:black;"><font size="3"> </font></span></p>
<font size="3" face="Times New Roman">
</font></div>
</html></div>
@DavidP Thanks a lot for your quick reply is this works for multiple fields, i have attached multiple fields im download in from the Database.