Python Forum
Automating a Data Extraction Process
Thread Rating:
  • 3 Vote(s) - 3.33 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Automating a Data Extraction Process
#7
(Mar-30-2017, 08:16 PM)Harrison Wrote: @Ofnuts, I thought the fact that I am constantly jumping between applications would mean that I wouldn't be able to use a specific application's programming interface? Tell me if I'm wrong - I am fully aware that I have no knowledge of such things!
The fact that you are jumping across applications only means that you have never considered that there could be ways to do it without a mouse. How it can be done programmatically is however still subject to study and for this one would need to know what each application really does (where are the docs...) and what you are putting in/getting from them. Ideally the whole process can be re-engineered to run without involving the graphical interfaces. Using the window-scraping technique you describe should only be a fall-back plan.

(Mar-30-2017, 08:16 PM)Harrison Wrote: I'll pay $80 to someone who can produce a template for me :)

Reminds me of the proverbial sign in mechanics shops:

Car repairs: $40/hour
Car repairs while you watch: $60/hour
Car repairs while you help: $80/hour

Without seeing your software, if I were a freelancer I would contract for two weeks (and hoping to pull it off in three days of course, but there can be unforeseen problems). Add to this that you have to learn programming, which means 1) learning a language such as Python and 2) acquiring a vast computer culture so that you don't drown under the rain of little problems inherent to this kind of project (file access, text encoding, data representations...).

PS: why photos and not proper screenshots ([prtsc] key)
Unless noted otherwise, code in my posts should be understood as "coding suggestions", and its use may require more neurones than the two necessary for Ctrl-C/Ctrl-V.
Your one-stop place for all your GIMP needs: gimp-forum.net
Reply


Messages In This Thread
Automating a Data Extraction Process - by Harrison - Mar-30-2017, 07:34 PM
RE: Automating a Data Extraction Process - by Ofnuts - Mar-31-2017, 12:04 AM
RE: Automating a Data Extraction Process - by wavic - Mar-31-2017, 09:27 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How should I process this data? SuchUmami 2 451 Jan-13-2024, 05:30 PM
Last Post: RockBlok
  How would I process this data? SuchUmami 2 621 Nov-12-2023, 10:05 AM
Last Post: SuchUmami
  Reading data from excel file –> process it >>then write to another excel output file Jennifer_Jone 0 1,180 Mar-14-2023, 07:59 PM
Last Post: Jennifer_Jone
Question Is there a python program for automating this invoicing workflow? PG_Archipelago 3 1,146 Feb-02-2023, 11:01 PM
Last Post: Larz60+
  Data extraction from a table based on column and row names tgottsc1 1 2,445 Jan-09-2021, 10:04 PM
Last Post: buran
  Help with Creating a Script for Automating Reports SunWers 1 1,972 Dec-29-2020, 10:21 PM
Last Post: jjc385
  Automating to run python script 100 times by changing parameters pmt 1 2,652 Dec-29-2020, 10:31 AM
Last Post: andydoc
  eml file data extraction ajetrumpet 2 2,734 Jul-04-2020, 04:34 AM
Last Post: ajetrumpet
  Process Data from one csv file and write to another CSV file specific column ajin9581 1 2,076 Jun-17-2020, 06:00 PM
Last Post: buran
  Automating Windows GUI applications metro17 4 12,417 Feb-10-2020, 09:46 AM
Last Post: metro17

Forum Jump:

User Panel Messages

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