Data Export - syd711/vpin-studio GitHub Wiki

The Studio server provides a headless (without UI) endpoint to export the various data that has been stored. Please contact me on my Discord (https://discord.gg/AMPwvAZHvy) for change and feature requests.

Tables Export

The data export is used to download all table data collected by the VPin Studio and the frontend (Popper/PinballX) that is configured for it.

Endpoints:

Parameter Value Description
source studio/frontend By default, both datasources are used. The Studio data contains additional metadata about the table, which the frontend source represents the data stored in the frontend database for tables.
ignoreList Optional comma separated list of fields that should not be exported. You can trigger a bulk export to get the list of all available fields.
delimiter The delimiter used for the CSV export, defaults to ';'.
quote The character used to quote for the CSV export, defaults to '"'.
escape The character used to escape characters for the CSV export, defaults to '\'.
emulatorId If applied, only games for the given emulator will be exported.
gameId If applied, only the game with the given id will be exported.

Examples


Highscores Export

Exports available highscore data.

Endpoints:

Parameter Value Description
delimiter The delimiter used for the CSV export, defaults to ';'.
quote The character used to quote for the CSV export, defaults to '"'.
escape The character used to escape characters for the CSV export, defaults to '\'.
emulatorId If applied, only games for the given emulator will be exported.
gameId If applied, only the game with the given id will be exported.

Examples


Backglass Export

Exports backglass data.

Endpoints:

Parameter Value Description
delimiter The delimiter used for the CSV export, defaults to ';.'
quote The character used to quote for the CSV export, defaults to '"'.
escape The character used to escape characters for the CSV export, defaults to '\'.
emulatorId If applied, only games for the given emulator will be exported.
gameId If applied, only the game with the given id will be exported.

Examples


Media Data Export

Exports the frontend media data of the selected tables.

Endpoints:

Parameter Value Description
delimiter The delimiter used for the CSV export, defaults to ';.'
quote The character used to quote for the CSV export, defaults to '"'.
escape The character used to escape characters for the CSV export, defaults to '\'.
emulatorId If applied, only games for the given emulator will be exported.
gameId If applied, only the game with the given id will be exported.

Examples