Getting Data from the Web

Getting Data from the Web

The SaveToDB add-in extracts data from various web formats, including JSON, XML, HTML, CSV, and plain text.

Users can connect to and configure URLs using the connection wizard. Database developers can also set up these URLs within a database and configure data merging.

To set up a query, specify any schema and name, use the HTTP object type, and enter the URL with parser parameters in the TABLE_CODE field of the xls.objects table.

Here’s a sample configuration:

IDTABLE_SCHEMATABLE_NAMETABLE_TYPETABLE_CODEINSERT_OBJECTUPDATE_OBJECTDELETE_OBJECT
stocksHistorical PricesHTTPhttps://some-service?s={Symbol=APPL}

Alternatively, you can configure queries in the query list views. For example:

IDTABLE_SCHEMATABLE_NAMETABLE_TYPETABLE_CODEINSERT_PROCEDUREUPDATE_PROCEDUREDELETE_PROCEDUREPROCEDURE_TYPE
stocksHistorical PricesHTTPhttps://some-service?s={Symbol=APPL}

For more information, check out these topics:

This website is using cookies. By continuing to browse, you give us your consent to our use of cookies as explained in our Cookie Policy.