Python Forum
beginner text formatting single line to column
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
beginner text formatting single line to column
#1
Hello, I'm brand new to python having worked through an online python course for beginners, but with no other experience. For my first project I've been tasked with what I assume is a pretty simple task, but that is going right over my head. I'm usually pretty good at tracking down examples or tutorials that can get me where I need to go, but this has got me. I am two days into online searches and tutorials, none of which seem to be what I need or getting me any closer to finding a path forward. Any help or direction this group could provide would be very helpful.

Essentially, I have a .txt file that contains a single very long string that I need to rearrange so its readable in a different program. Here is a much simplified example:

Original data file-all in a single string.
{"header1":[data1],"header2"[dataA, dataB, dataC], "header3":[dataX, dataY, dataZ], "header4":[[0, 1, 2]], "header5":[dataz]}

Needed format
#header1= data1
#header5= dataz
#data table= header5, header2, header3
0 dataA dataX
1 dataB dataY
2 dataC dataZ

As I said, any help or direction on where to look or what this type of reformatting is called would be very helpful. Thank you.
Reply


Messages In This Thread
beginner text formatting single line to column - by jafrost - Apr-23-2021, 03:47 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Transform 3 Columns into Single Column DaveG 9 3,759 Mar-19-2025, 03:46 AM
Last Post: robbert23
  Graphic line plot with matplotlib, text file in pytho khadija 2 2,645 Aug-15-2022, 12:00 PM
Last Post: khadija
  Two text files, want to add a column value zxcv101 8 3,645 Jun-20-2022, 03:06 PM
Last Post: deanhystad
  Reshaping a single column in to multiple column using Python sahar 7 3,766 Jun-20-2022, 12:35 PM
Last Post: deanhystad
  Skipping line in text without Restarting Loop IdMineThat 4 3,036 Apr-05-2022, 04:23 AM
Last Post: deanhystad
  Find and delete above a certain line in text file cubangt 12 7,171 Mar-18-2022, 07:49 PM
Last Post: snippsat
  CSV to Text File and write a line in newline atomxkai 4 4,215 Feb-15-2022, 08:06 PM
Last Post: atomxkai
  Split single column to multiple columns SriRajesh 1 1,991 Jan-07-2022, 06:43 PM
Last Post: jefsummers
  How to do next line output from CSV column? atomxkai 2 2,841 Oct-02-2021, 01:00 AM
Last Post: Pedroski55
Lightbulb Multiple inputs on the same line (beginner) dementshuk 9 4,968 Sep-03-2021, 02:21 PM
Last Post: dementshuk

Forum Jump:

User Panel Messages

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