Python Forum
Extracting variable values from labels on csv file using Python
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Extracting variable values from labels on csv file using Python
#2
You'll want to read them in, probably using the csv module. Then you'll need to trim out the labels. If they are a consistent length, like the url one appears to be, you could just trim it out with string slicing.

We don't generally write code for people around here, we help them fix their code. So at this point it would be up to you to try out those suggestions and then come back to us if you have problems.
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply


Messages In This Thread
RE: Extracting variable values from labels on csv file using Python - by ichabod801 - Nov-12-2018, 06:54 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Extracting link list to json file naor 5 3,686 Sep-17-2020, 04:16 PM
Last Post: micseydel
  How to make a variable contain multiple values stevenjwilliams83 10 5,142 Apr-30-2020, 07:22 AM
Last Post: pyzyx3qwerty
  help with extracting and matching values in a text file hoeleeschitt 4 69,990 May-03-2018, 05:47 AM
Last Post: hoeleeschitt
  file a table of values Ybivashka322 4 4,687 Dec-14-2017, 06:11 PM
Last Post: mpd

Forum Jump:

User Panel Messages

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