Python Forum
Select specific zone in .txt file
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Select specific zone in .txt file
#2
Hello and welcome to the forums!
What you want to achieve is certainly possible. You can do it in a few steps. First read the file. You can traverse the lines and find the line you want by a pattern. But if the value you want is always on 6th line, it's even easier, just read the 6th line. Then you can convert the string (line) to a list and get the 2nd element from it.

That is basically it. For all of the steps you can find ample resources online. If you get stuck, feel free to post the code (in Python code tags), errors in error tags if you get them, or actual vs desired result if it won't work as expected.
Reply


Messages In This Thread
Select specific zone in .txt file - by Scientifix - Apr-27-2018, 06:30 PM
RE: Select specific zone in .txt file - by j.crater - Apr-27-2018, 06:47 PM
RE: Select specific zone in .txt file - by j.crater - Apr-27-2018, 08:03 PM
RE: Select specific zone in .txt file - by nilamo - Apr-27-2018, 08:23 PM
RE: Select specific zone in .txt file - by snippsat - Apr-28-2018, 02:10 PM
RE: Select specific zone in .txt file - by nilamo - Apr-28-2018, 09:47 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Extracting specific file from an archive tester_V 4 648 Jan-29-2024, 06:41 PM
Last Post: tester_V
  Downloading time zone aware files, getting wrong files(by date))s tester_V 9 1,226 Jul-23-2023, 08:32 AM
Last Post: deanhystad
  Reading Specific Rows In a CSV File finndude 3 1,072 Dec-13-2022, 03:19 PM
Last Post: finndude
  How to extract specific data from .SRC (note pad file) Shinny_Shin 2 1,349 Jul-27-2022, 12:31 PM
Last Post: Larz60+
  select files such as text file RolanRoll 2 1,273 Jun-25-2022, 08:07 PM
Last Post: RolanRoll
  Extracting Specific Lines from text file based on content. jokerfmj 8 3,207 Mar-28-2022, 03:38 PM
Last Post: snippsat
  [Solved] Trying to read specific lines from a file Laplace12 7 3,674 Jun-21-2021, 11:15 AM
Last Post: Laplace12
  Extract specific sentences from text file Bubly 3 3,537 May-31-2021, 06:55 PM
Last Post: Larz60+
  Subprocesses not opening File Select Dialog teut 2 2,517 Feb-22-2021, 08:07 PM
Last Post: teut
  Find specific file in an archive tester_V 8 3,659 Feb-13-2021, 06:13 PM
Last Post: tester_V

Forum Jump:

User Panel Messages

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