Search found 1 match

by Kicoco
Sun Aug 03, 2025 1:57 pm
Forum: Code examples / Cookbook
Topic: Read xml column inside csv file with Python
Replies: 1
Views: 140250

Re: Read xml column inside csv file with Python

I'm a bit late, but it could help users falling on this post. I think it should look something like this: import csv import xml.etree.ElementTree as ET # Open the CSV file with open("your_file.csv", newline='', encoding='utf-8') as csvfile: # Create a CSV reader that gives each row as a di...

Go to advanced search