FME Transformers: 2024.1

Categories
Calculated Values
Strings

StringLengthCalculator

Calculates the length of strings and the number of bytes in a blob.

Example

To calculate the number of bytes in a blob:

  1. Add a raster format reader (for example, TIFF).
  2. Connect a RasterExtractor followed by a StringLengthCalculator.
  3. In the StringLengthCalculator parameters, select _rasterBlob as the Source Attribute.
  4. Connect an Inspector transformer.
  5. Run the workspace.

Locate the _length attribute name in the Information Window:

Usage Notes

  • Note that in non-ASCII character sets, the length is the number of actual characters (some or all of which could be multi-byte) in the string, which may not match the number of bytes used to store the string.

Configuration

Parameters

Editing Transformer Parameters

Transformer parameters can be set by directly entering values, using expressions, or referencing other elements in the workspace such as attribute values or user parameters. Various editors and context menus are available to assist. To see what is available, click beside the applicable parameter.

For more information, see Transformer Parameter Menu Options.

FME Community

The FME Community is the place for demos, how-tos, articles, FAQs, and more. Get answers to your questions, learn from other users, and suggest, vote, and comment on new features.

Search for all results about the StringLengthCalculator on the FME Community.