Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Get cell name from XML file
#1
Hi all,

I have an oracle table with CLOB column type with this content below:

Quote:<?xml version="1.0" encoding="utf-8" ?>
<cli-output>
<version>1.0</version>
<timestamp>1646925662329</timestamp>
<context cell="celadm06"/>
<cell> <name>celadm06</name>
<accessLevelPerm>remoteLoginEnabled</accessLevelPerm>
<bbuStatus>normal</bbuStatus>
<cpuCount>96/96</cpuCount>
</cell>
</cli-output>

How can I create a python program to get <cell> <name> from that column in oracle table ?
Reply


Messages In This Thread
Get cell name from XML file - by paulo79 - Mar-10-2022, 09:47 PM
RE: Get cell name from XML file - by Gribouillis - Mar-11-2022, 08:10 AM
RE: Get cell name from XML file - by paulo79 - Mar-11-2022, 09:30 AM
RE: Get cell name from XML file - by DeaD_EyE - Mar-11-2022, 09:43 AM
RE: Get cell name from XML file - by paulo79 - Mar-11-2022, 10:33 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Only first letter in the cell of the file. rturus 7 3,264 Jun-27-2019, 02:46 PM
Last Post: perfringo
  Python not reading cell in excel file wendysling 1 2,183 May-21-2019, 10:40 PM
Last Post: Larz60+
  Problem with assigning directory of a file based on cell name mmaz67 3 2,879 Jul-04-2018, 08:40 AM
Last Post: Larz60+
  find cell value with matching regular expression of a row in excel file hruday 4 31,013 Jul-05-2017, 01:02 PM
Last Post: sparkz_alot

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020