Python Forum
CSV file from Binary to String
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
CSV file from Binary to String
#2
If I were in your situation, I'd either read the CSV string into memory and work with it from there, or if it's too big, then download it to disk and use a context manager on that created file.
Reply


Messages In This Thread
CSV file from Binary to String - by mr_byte31 - Jul-26-2019, 08:55 AM
RE: CSV file from Binary to String - by micseydel - Jul-27-2019, 06:23 PM
RE: CSV file from Binary to String - by snippsat - Jul-27-2019, 08:46 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Need to replace a string with a file (HTML file) tester_V 1 849 Aug-30-2023, 03:42 AM
Last Post: Larz60+
  How do I read and write a binary file in Python? blackears 6 7,749 Jun-06-2023, 06:37 PM
Last Post: rajeshgk
  Add one to binary string uwl 2 1,050 Sep-11-2022, 05:36 PM
Last Post: uwl
  Hashing an address for binary file Python_help 8 2,822 Nov-04-2021, 06:23 AM
Last Post: ndc85430
  Read/Write binary file deanhystad 3 3,323 Feb-01-2021, 10:29 AM
Last Post: Larz60+
  [HELP] string into binary ZeroPy 2 2,136 Dec-31-2020, 08:15 PM
Last Post: deanhystad
  Binary File Error SalsaBeanDip 1 1,814 Oct-12-2020, 09:13 PM
Last Post: bowlofred
  Convert file of hex strings to binary file medatib531 4 13,983 Oct-09-2020, 05:42 PM
Last Post: DeaD_EyE
  Binary File Read Aussie 6 8,704 Sep-03-2020, 03:57 AM
Last Post: deanhystad
  Binary file Aussie 12 4,722 Aug-31-2020, 09:20 PM
Last Post: Aussie

Forum Jump:

User Panel Messages

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