Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: parsing local xml files to csv
Post: RE: parsing local xml files to csv

hi, I've found a solution for categories like this. categories = [] for cat in var.find_all('catgry'): cat_value=(cat.find('catValu')).text.strip() if cat.find("labl") is None: ...
erdem_ustunmu General Coding Help 8 5,176 Feb-27-2019, 12:37 PM
    Thread: parsing local xml files to csv
Post: RE: parsing local xml files to csv

hi snippsat; I tried to get and combine the categories according to the code you wrote yesterday. for cat in var.find_all('catgry'): cat_value=[value.text.strip() for value in cat.f...
erdem_ustunmu General Coding Help 8 5,176 Feb-26-2019, 01:58 PM
    Thread: parsing local xml files to csv
Post: RE: parsing local xml files to csv

Thank you @snippsat so much for your help. I've been doing this all day.I've made different experiments with what you wrote. I managed to do some of them. Simply the ones. great thing you did for sumS...
erdem_ustunmu General Coding Help 8 5,176 Feb-25-2019, 04:14 PM
    Thread: parsing local xml files to csv
Post: RE: parsing local xml files to csv

Hello; Thank you very much for your help and your efforts. I started doing something with your solutions and examples. Trying to adapt slowly to your example from bs4 import BeautifulSoup lst = [] sou...
erdem_ustunmu General Coding Help 8 5,176 Feb-24-2019, 11:46 AM
    Thread: parsing local xml files to csv
Post: RE: parsing local xml files to csv

Thank you so much for answering. I reviewed the Beautiful Soup package you mentioned. I've also tried xml, which has a simple level of html or a few elements in xml. But I've never been successful in ...
erdem_ustunmu General Coding Help 8 5,176 Feb-23-2019, 03:17 PM
    Thread: parsing local xml files to csv
Post: parsing local xml files to csv

hi, I'm pretty new in Python. ddi xml files available in the microdata service of the International Labour Organization.I downloaded these to my computer. I want to parse these xml files with python a...
erdem_ustunmu General Coding Help 8 5,176 Feb-23-2019, 11:30 AM

User Panel Messages

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