Python Forum
Read list of IP addresses from file and return a network
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Read list of IP addresses from file and return a network
#3
I had tried this line a few times before and it never worked but I know why now.

process(line.strip())

The first line of my input file was a header row that the program was tripping over. Not sure why the try/except did not just throw an error on line 1 and continue which is odd. I would get pages of FAIL_OR_EMPTY (input file is 4000+ lines).

Thanks for your help!

Follow-up question, what should I read up on regarding the handling of errors so that user error on a single entry won't throw off the program entirely? I suppose I would have to add validation code to the input or is there anything more elegant that can be done?
Reply


Messages In This Thread
RE: Read list of IP addresses from file and return a network - by dflick - Oct-27-2018, 08:14 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  what to return for an empty list Skaperen 2 210 May-24-2024, 05:17 PM
Last Post: Skaperen
  Connecting to Remote Server to read contents of a file ChaitanyaSharma 1 327 May-03-2024, 07:23 AM
Last Post: Pedroski55
  PyYAML read list of int zisco 2 413 Apr-02-2024, 12:36 PM
Last Post: zisco
  How do I calculate a ratio from 2 numbers and return an equivalent list of about 1000 Pleiades 8 15,921 Jan-05-2024, 08:30 PM
Last Post: sgrey
  Recommended way to read/create PDF file? Winfried 3 3,027 Nov-26-2023, 07:51 AM
Last Post: Pedroski55
  python Read each xlsx file and write it into csv with pipe delimiter mg24 4 1,699 Nov-09-2023, 10:56 AM
Last Post: mg24
  Input network device connection info from data file edroche3rd 6 1,203 Oct-12-2023, 02:18 AM
Last Post: edroche3rd
  How to read module/class from list of strings? popular_dog 1 552 Oct-04-2023, 03:08 PM
Last Post: deanhystad
  read file txt on my pc to telegram bot api Tupa 0 1,214 Jul-06-2023, 01:52 AM
Last Post: Tupa
  parse/read from file seperated by dots giovanne 5 1,208 Jun-26-2023, 12:26 PM
Last Post: DeaD_EyE

Forum Jump:

User Panel Messages

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