/
How do we get data out of systems?

How do we get data out of systems?

This is a fundamental problem every integration engineer needs to ask. There are many answers to this question:

  • If the system has web APIs then this might be a convenient way to extract the data you need.

  • If the system uses a database , can you query data from this and export it?

  • Does the system have some type of automated capability to generate output files - one can read these files and extract the data from here.

  • Do we have to resort to screen scraping? This is where we simulate a human user programmatically sending keyboard actions to the user interface of the program and extract the data in this way.

 

Related content

The 80-20 rule
The 80-20 rule
Read with this
Calling Web Services
Calling Web Services
More like this
How to make an API adapter
How to make an API adapter
Read with this
What's the first thing to do when you need to integrate two systems?
What's the first thing to do when you need to integrate two systems?
More like this
Boiling the ocean
Boiling the ocean
Read with this
Parts of an Integration
Parts of an Integration
More like this