Copy data from a Key and Value Pairs Shared Config and store it in MySQL.
Read all of the data from a Key and Value Pairs Shared Config and load it into a table in a MySQL database.
Variables
Shared Config containing the key and value pairs to load.
MySQL Database where the key and value pairs will be loaded.
Schema of the table where the key and value pairs will be loaded.
Name of the table where the key and value pairs will be loaded.
Name of the column where each key will be stored.
Name of the column value associated with each key will be stored.