You can't use this until you register with us!




Description

Copy data from a Key and Value Pairs Shared Config and store it in MySQL.


Purchasing Options



Available Actions

Load Data

Read all of the data from a Key and Value Pairs Shared Config and load it into a table in a MySQL database.


Variables

App Parameters
key_value_config required

Shared Config containing the key and value pairs to load.

target_db required

MySQL Database where the key and value pairs will be loaded.

target_schema required

Schema of the table where the key and value pairs will be loaded.

target_table required

Name of the table where the key and value pairs will be loaded.

key_column required

Name of the column where each key will be stored.

value_column required

Name of the column value associated with each key will be stored.