Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can Python do it?
#2
Those files are .cvs format. So yes, you can do it and do it perfectly well. There is a python library call cvs.py that contains all the commands and operations you would need.

see
https://docs.python.org/3/library/csv.html

You'd still need to learn how to code in python of course, but that format is commonly used.
Reply


Messages In This Thread
Can Python do it? - by onuruca - Jan-23-2020, 01:35 PM
RE: Can Python do it? - by michael1789 - Jan-23-2020, 02:00 PM

Forum Jump:

User Panel Messages

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