Python Forum
Parse encrypted xml file to csv
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Parse encrypted xml file to csv
#1
Hi,
I have encrypted the XML file and need to parse and save it to the CSV file. Does python have any module to do this task? and example?
Reply
#2
lxml package is designed for this: https://lxml.de/
beautifulsoup can also do this as a wrapper around lxml, making it somewhat easier.
see: https://www.crummy.com/software/BeautifulSoup/bs4/doc/
both of these sites have aplenty of examples
Reply
#3
But I want to parse encrypted xml file.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  parse json field from csv file lebossejames 4 668 Nov-14-2023, 11:34 PM
Last Post: snippsat
  How to pass encrypted pass to pyodbc script tester_V 0 800 Jul-27-2023, 12:40 AM
Last Post: tester_V
  parse/read from file seperated by dots giovanne 5 1,038 Jun-26-2023, 12:26 PM
Last Post: DeaD_EyE
  Trying to parse only 3 key values from json file cubangt 8 3,334 Jul-16-2022, 02:05 PM
Last Post: deanhystad
  How can i parse a log file to JSON. menarcarlos 2 2,370 May-26-2020, 10:23 AM
Last Post: buran
  Read csv file, parse data, and store in a dictionary markellefultz20 4 4,485 Nov-26-2019, 03:33 PM
Last Post: DeaD_EyE
  How to decrypt Blowfish-encrypted text encrypted with Perl's Crypt::CBC? swechsler 0 2,132 Aug-15-2019, 05:24 PM
Last Post: swechsler
  Parse data from xml file klllmmm 9 9,265 Jun-25-2019, 05:14 PM
Last Post: heiner55
  Unable to parse xml file avi1990pr 1 11,230 Jun-21-2019, 04:56 AM
Last Post: mcmxl22
  Parse Binary Data File and convert Epoch Time drdevereaux 1 3,119 May-16-2019, 01:56 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

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