Python Forum
Cut .csv to pieces and save as .csv
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Cut .csv to pieces and save as .csv
#11
About the error: It is a question of using version 2 or 3, and other people had the problem, too. There are a couple of suggestions at http://stackoverflow.com/questions/72006...-csv-files .
Simply eliminate the 'b' from opening the newfile:
newfile = open(newfilename, 'w')
Then it should run, I hope.
Reply


Messages In This Thread
RE: Cut .csv to pieces and save as .csv - by wavic - Feb-13-2017, 09:29 AM
RE: Cut .csv to pieces and save as .csv - by merlem - Feb-13-2017, 09:48 AM
RE: Cut .csv to pieces and save as .csv - by buran - Feb-13-2017, 09:31 AM
RE: Cut .csv to pieces and save as .csv - by wavic - Feb-13-2017, 10:13 AM
RE: Cut .csv to pieces and save as .csv - by merlem - Feb-13-2017, 11:14 AM
RE: Cut .csv to pieces and save as .csv - by merlem - Feb-13-2017, 12:54 PM
RE: Cut .csv to pieces and save as .csv - by buran - Feb-13-2017, 03:05 PM
RE: Cut .csv to pieces and save as .csv - by merlem - Feb-13-2017, 08:15 PM
RE: Cut .csv to pieces and save as .csv - by buran - Feb-15-2017, 04:34 PM
RE: Cut .csv to pieces and save as .csv - by buran - Feb-16-2017, 11:03 AM
RE: Cut .csv to pieces and save as .csv - by buran - Feb-16-2017, 12:11 PM
RE: Cut .csv to pieces and save as .csv - by merlem - Feb-16-2017, 12:22 PM
RE: Converting a bunch of .csv to .txt - by buran - May-04-2017, 10:31 AM
RE: Converting a bunch of .csv to .txt - by buran - May-04-2017, 12:12 PM
RE: Converting a bunch of .csv to .txt - by Kebap - May-04-2017, 12:34 PM

Forum Jump:

User Panel Messages

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