A Windows Service that can query a web service for JSON data and write parts of the data to text files.
Download a release from the Releases section.
Extract to a location of your choice.
Run JsonDataExtractor.exe
and a service manager GUI will appear.
Use the Configure
button to configure the application. The GUI tries to be very self-explanatory. An example configuration is created by default so that people who learn well by example can get started quickly.
Files are written to the Files
subdirectory of the application's data folder.
After configuring, click Install Service
and then Start Service
. If you change the configuration, you must stop and start the service again. If you move the program, you must uninstall and reinstall the service so that Windows knows where you moved the service executable to.
Build from source using Visual Studio 2019 or newer. My utility library BPUtil will be required for the application to build.