WRITE.FIXEDWIDTH
Write data to a text format, with columns at fixed horizontal positions and widths.
Properties
From | Name of the Input Data Source. |
To | Name of the Output Data Source. |
Parameters
@Context | Specifies in which form to produce data in the document.
Shortcuts |
@WriteFileIfInputIsEmpty | If the number of rows in the Data Source is zero, it is possible to control if the command should write a empty file or not. The value can be true or false and the default value is true. (Introduced from Perfion 2023 R1) |
Map
No mapping can be done with this command. This Command is only meant to serve the final step of converting data to be saved in the output-format, to a File-path or send it to a Stream.
If you need to map data use one of the many other Commands such as e.g. SELECT or SELECT.UNIQUE before using this command.
- 1 Properties
- 2 Parameters
- 3 Map