# 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:

<a href="https://docs.zequenze.com/uploads/images/gallery/2024-08/eAlOo0N20Szxi9eE-image.png" target="_blank" rel="noopener"><img class="align-center" src="https://docs.zequenze.com/uploads/images/gallery/2026-04/kPXAsqvvYTh1GOc6-tmpw9pjwv7r.png" alt="Text Import dialog"></a>

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:

<a href="https://docs.zequenze.com/uploads/images/gallery/2024-08/HhrN1DNweIg6lfB9-image.png" target="_blank" rel="noopener"><img src="https://docs.zequenze.com/uploads/images/gallery/2026-04/pP8EfOjJsYc0rGUF-tmprb8psfrq.png" alt="Full parameter sheet"></a>

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:

<a href="https://docs.zequenze.com/uploads/images/gallery/2024-08/4EqooSSXuSvu5kX6-image.png" target="_blank" rel="noopener"><img src="https://docs.zequenze.com/uploads/images/gallery/2026-04/fHkom3CbqR7pVOfC-tmppuwtvvfn.png" alt="Creating Sheet2"></a>

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:

<a href="https://docs.zequenze.com/uploads/images/gallery/2024-08/L55ueSGHjDwDoFoS-image.png" target="_blank" rel="noopener"><img src="https://docs.zequenze.com/uploads/images/gallery/2026-04/n0zE6iqMj002EdQe-tmpkx4r26d.png" alt="Columns to copy"></a>

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:

<a href="https://docs.zequenze.com/uploads/images/gallery/2024-08/6QimJrDZsYUKifAW-image.png" target="_blank" rel="noopener"><img src="https://docs.zequenze.com/uploads/images/gallery/2026-04/HW1C6SDXdA11xK0l-tmpscv648sz.png" alt="Pasted columns in Sheet2"></a>

## 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):

<a href="https://docs.zequenze.com/uploads/images/gallery/2024-08/OYbOfgjlUiBBkFii-image.png" target="_blank" rel="noopener"><img src="https://docs.zequenze.com/uploads/images/gallery/2026-04/z8fjgaMxCeHDS6Ak-tmps1ip8rvt.png" alt="Sorting parameters alphabetically"></a>

**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:

<a href="https://docs.zequenze.com/uploads/images/gallery/2024-08/Eu4lefMtcGE0VkpZ-image.png" target="_blank" rel="noopener"><img src="https://docs.zequenze.com/uploads/images/gallery/2026-04/ebw1XIPO5tTSZehq-tmpyjgvnhyr.png" alt="Sorted parameters"></a>

## 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.