Python Forum
Extracting strings from an application
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Extracting strings from an application
#6
well, the simple approach would be to save as csv, then you can edit with text editor.

To use with python, other than learning basic python, i'd also learn pandas.
that should be enough to do what you wish.

Python tutorial I recommend:
http://interactivepython.org/courselib/s...index.html
and/or
https://www.python-course.eu/python3_course.php
Reply


Messages In This Thread
RE: Extracting strings from an application - by Larz60+ - Jan-31-2019, 05:36 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Trying to understand strings and lists of strings Konstantin23 2 779 Aug-06-2023, 11:42 AM
Last Post: deanhystad
  Splitting strings in list of strings jesse68 3 1,782 Mar-02-2022, 05:15 PM
Last Post: DeaD_EyE
  How to send data from a python application to an external application aditya_rajiv 1 2,190 Jul-26-2021, 06:00 AM
Last Post: ndc85430
Thumbs Down extracting data/strings from Word doc mikkelibsen 1 1,936 Feb-10-2021, 11:06 AM
Last Post: Larz60+
  Finding multiple strings between the two same strings Slither 1 2,534 Jun-05-2019, 09:02 PM
Last Post: Yoriz
  lists, strings, and byte strings Skaperen 2 4,246 Mar-02-2018, 02:12 AM
Last Post: Skaperen

Forum Jump:

User Panel Messages

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