![]() |
| Read xml column inside csv file with Python - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: General Coding Help (https://python-forum.io/forum-8.html) +--- Thread: Read xml column inside csv file with Python (/thread-37795.html) |
Read xml column inside csv file with Python - estertabita - Jul-22-2022 Hi, I am very new in Python and need to read an xml column inside a csv file with Python. I can see some code on google on how to read that csv file but I don’t know how to read the xml column inside the csv file. Can someone help? any idea would be appreciated. Thank you! RE: Read xml column inside csv file with Python - cheyrn - Jul-26-2022 Depending on what "read" means, you can use an xml parser, such as lxml to parse the xml text. Then,what you want to do with it is not described by your question. RE: Read xml column inside csv file with Python - Larz60+ - Jul-26-2022 please provide:
|