Skip to main content

Formatting the Parameters

This guide demonstrates how to format and organize parameters exported from CONTROL using a spreadsheet application. This example uses LibreOffice Calc, but you can apply the same process in Microsoft Excel or similar tools.

Opening the Exported File

When you open the exported parameters file in LibreOffice, a Text Import dialog will appear:

Text Import dialog

For most cases, you can simply click OK to accept the default import settings. If you're using Excel, you may need to use the "Import Data" function to load the file properly.

Understanding the Parameter Sheet

After importing, you'll see a spreadsheet with many columns and parameters:

Full parameter sheet

Don't be intimidated by the number of parameters—once you understand the structure, working with them becomes straightforward.

Extracting Key Columns

For this workflow, you'll need to create a new sheet and copy only four specific columns from the original data.

Step 1: Create a New Sheet

Create a second sheet (Sheet2) in your workbook to organize the filtered data:

Creating Sheet2

  1. Sheet2 - Your new working sheet
  2. Sheet1 - The original sheet with all parameters

Step 2: Identify the Required Columns

From the original sheet, locate and copy the following four columns:

Columns to copy

  1. Column C
  2. Column H
  3. Column R
  4. Column AY

Step 3: Paste into Sheet2

Copy these four columns and paste them into Sheet2:

Pasted columns in Sheet2

Understanding the Column Structure

Your new sheet now contains four essential columns:

  1. variable_name - Lists all parameters available for devices using this software version
  2. type - Indicates the data type of each parameter (string, integer, boolean, etc.) and tells us what kind of parameter it is
  3. read_only - Shows whether the parameter is read-only or can be modified. Some parameters are only read-only and you can't write to them
  4. discovered_value - Displays the current value of each parameter (for example, the name of one SSID for a WiFi 2.4GHz network)

Sorting the Parameters

To make the parameters easier to work with, sort them alphabetically by the first column (variable_name):

Sorting parameters alphabetically

Note: Make sure to include the header row when sorting so the column titles remain in place.

Result

After sorting, your parameters will be organized alphabetically:

Sorted parameters

Next Steps

With your parameters now organized and easy to navigate, you can begin creating configuration profiles by selecting the specific parameters that meet your requirements.