Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8209281
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T09:40:15+00:00 2026-06-07T09:40:15+00:00

I parse a .txt like this: def parse_file(src): for line in src.readlines(): if re.search(‘SecId’,

  • 0

I parse a .txt like this:

def parse_file(src):
    for line in src.readlines():
        if re.search('SecId', line):
            continue
        else:
            cols = line.split(',')
            Time = cols[4]
            output_file.write('{}\n'.format(
                          Time))

I think cols are lists that I could use index. Although it succeeds in printing out correct result as I want, there exists an out of range error:

File “./tdseq.py”, line 37, in parse_file
Time = cols[4]
IndexError: list index out of range
make: * [all] Error 1

Data I use:

I10.FE,--,xx,xxxx,13450,tt,tt,tt,33,22,22:33:44
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T09:40:17+00:00Added an answer on June 7, 2026 at 9:40 am

    Without seeing the data, it’s hard to say.

    Possible causes are that you are assuming 1-based indexing, when a line like:

    foo,bar,baz,qux

    would be indexed as positions 0,1,2,3 in the list.

    By the way, I highly recommend you to parse your file using the csv module.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've got to parse a .txt file like this autore: sempronio, caio; titolo: ;
I would like to parse this Gstring with groovy : Format type : Key,
I have several txt files that look like this: Experiment ended at 5/8/12 10:00
This should be really simple. If I have a String like this: ../Test?/sample*.txt then
I want to parse and filter a file that looks like this: @@1 Row
I have a txt file on the web, that is constructed like this: key1
I have data like this: NewsItem : id title date txt There may be
I need to parse a .txt file to three double arrays. This files has
I'm looking for a library/framework to generate/parse TXT files from/into Java objects. I'm thinking
I'm trying to parse text-based file attachments (txt, doc, etc...). However, I can't seem

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.