Padded Text Writer

From PresenceWiki
Jump to: navigation, search

Padded Text Writer Node

This Node converts a Data Table into a padded text file with each field value placed at the same character position on each line. For example the following data:

Name Country
Graham Roberts United Kingdom
Paul Rebane United States
Basil Prescott United Kingdom

Would be formatted as follows:

Name              Country
Graham Roberts    United Kingdom
Paul Rebane       United States
Basil Prescott    United Kingdom

Options

Padded text writer options.png

For additional options, click the "Padded Text Writer Options" button.

  • Maximum Field Width This is the maximum field size - default is 50 characters. Values larger than this will be truncated.
  • Minimum Space Between Fields This is the smallest number of space characters that should appear between field values.
  • Space Between Rows If true, a newline will be placed between rows of data in the output.

< Back to Task Elements



See Also

Task Elements > Data Format Nodes > Padded Text Writer

CSV Writer | HTML Table Writer | Basic XML Writer | XML Document Writer
XSLT Processor | Padded Text Writer | Custom Data Formatter Standard Option | Custom Data Formatter PDF Option
Custom Nodes


Task Elements | Resources