Python Forum
CSV file with irregular structure
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
CSV file with irregular structure
#2
Quote:I thought maybe there is a way to tell python to compromize the data into one row.
I hope you meant consolidate, don't think you want to work with compromised data.
There must be some sort of delimiter at the end of each record.
It would go a long way to have a sample that contains a few records clipped from the top of the file.

I am also wondering if you are seeing three lines, because of wrapping, and not because of end-line sequences in the data.
Really need to see a sample.
Reply


Messages In This Thread
CSV file with irregular structure - by ulrich48155 - May-16-2017, 10:40 AM
RE: CSV file with irregular structure - by Larz60+ - May-16-2017, 10:57 AM
RE: CSV file with irregular structure - by Ofnuts - May-16-2017, 12:17 PM
RE: CSV file with irregular structure - by Ofnuts - May-16-2017, 07:46 PM
RE: CSV file with irregular structure - by zivoni - May-16-2017, 11:03 PM
RE: CSV file with irregular structure - by zivoni - May-20-2017, 09:34 AM
RE: CSV file with irregular structure - by zivoni - May-22-2017, 07:35 PM

Forum Jump:

User Panel Messages

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