TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


engine:import:settruncationchars

SetTruncationChars

Characters that should be used to determine when to truncate a field.

Phase

This instruction is used by the TapeTrack Import Engine.

Syntax

SetTruncationChars(field, chars);

Variable Type Description Min Length Max Length
field String The field for this instruction. 1 128
chars String A string containing a list of characters which should be used for truncation. 1 10

Example

Truncate the field VOLUME at any character- or [**

SetTruncationChars(VOLUME, "-[");
engine/import/settruncationchars.txt · Last modified: 2021/07/22 02:40 by scunliffe