Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Not sure where to start?
#4
(Dec-15-2017, 12:31 PM)torz Wrote: Then once the whole list has the same as what is in the output section above I can just split that into 1 string for each table?
Probably just make a list of lists. Create a main list before you start iterating through files. Then create a list inside for each file and append the lines to it. Then finally append that list onto the main list.

Try to write it and then we can work out the details.
Reply


Messages In This Thread
Not sure where to start? - by torz - Dec-15-2017, 11:48 AM
RE: Not sure where to start? - by Mekire - Dec-15-2017, 12:09 PM
RE: Not sure where to start? - by torz - Dec-15-2017, 12:31 PM
RE: Not sure where to start? - by Mekire - Dec-15-2017, 12:40 PM
RE: Not sure where to start? - by torz - Dec-15-2017, 02:15 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  What's the difference b/w assigning start=None and start=" " Madara 1 2,401 Aug-06-2018, 08:23 AM
Last Post: buran

Forum Jump:

User Panel Messages

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