Python Forum
Saving data from each row into separate txt
Thread Rating:
  • 1 Vote(s) - 2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Saving data from each row into separate txt
#8
zivoni, you are a mega mind -- thank you so much for your help. Your code initially resulted in the
Error:
Error: field larger than field limit (131072)
But I found a quick solution to that by running the following code
csv.field_size_limit(500 * 1024 * 1024)
and it worked perfectly. Whoohoo :)
Reply


Messages In This Thread
RE: Saving data from each row into separate txt - by kiton - Jul-05-2017, 03:04 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Saving data into xlxs colomwise erdemath 0 1,458 Oct-02-2021, 09:01 AM
Last Post: erdemath
  Data saving structure JosefFilosopio 0 2,171 May-04-2019, 10:48 AM
Last Post: JosefFilosopio
  Problem with saving data and loading data to mysql kirito85 4 4,025 Feb-08-2019, 10:53 AM
Last Post: kirito85
  Saving data into .mat (Matlab Fiile) Tulo_Stone 0 2,442 Feb-28-2018, 12:57 AM
Last Post: Tulo_Stone

Forum Jump:

User Panel Messages

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