User Tools

Site Tools


transformations:createlist

CREATE LIST

Category: Create / Generate


Description

This action creates a 1-column list of up to 100 manually entered values. If several columns are required, the values can be entered separated by a delimiter (e.g. comma) and then split using the Split delimited text action afterward.


Use cases

  • This action can be used to keep reference lists in the project without needing to load them from external files.
  • Using 2-column mode, create static lookup tables to be used in the workflow.
  • Creating a column with no values allows you to create a blank column to be inserted into datasets where needed.
  • Create a single-column, single-cell table with a static value to be Peek'd into other datasets.


Action settings

Setting Description
Paste listPaste in a list of values that has been copied to the clipboard from another application. A dialog of paste options will appear
when this is selected (see below).
Copy listCopy the list of values in this action to the clipboard, to be pasted into another application.
Clear listClear all current values from the list.
# columnsSelect whether to create one or two columns within this action. Options: 1 column or 2 column.
Column nameEnter the name of the column generated (or both columns names if 2 columns was selected).
List valuesEnter the list of values under each created column. Use the Add more values button to insert another blank row into
the value list.


Paste values options

OptionDescription
List doesn't have a headerCheck this if the copied list does not have a header row as the first row.
DecimalSelect whether decimal places are displayed using a Point or Comma.
Replace existing listChoose this option to clear all current list values and replace them with the pasted values.
Append to existing listChoose this option to insert the copied values after the values in the existing list.


Remarks

All entered values are stored in plain text in the project file. Do not use the action to store confidential or sensitive information in projects.


Examples

Example #1

Create a static lookup table of survey response values to their corresponding labels.

After (result table)

Response value Label
1Very poor
2Poor
3Neutral
4Good
5Very good

Action parameters

2 columns
Column names: Response value, Label
List values: 1, Very Poor; 2, Poor; 3, Neutral; 4, Good; 5, Very good


Example #2

Create a list of department names.

After (result table)

Department
HR
Accounting
Marketing
Sales
Customer Service
Operations
IT

Action parameters

Column names: Department
List values: HR, Accounting, Marketing, Sales, Customer Service, Operations, IT.


Community examples


Shortcuts

Fast ways to create the action:

  • Press the "Add data" menu button. Pick "Generate data".
transformations/createlist.txt · Last modified: 2025/02/09 12:14 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki