TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


engine:import:setremovechars

This is an old revision of the document!


setremovechars

SetRemoveCharacters

Remove unwanted characters from a field.

Phase

This instruction is used by the TapeTrack Import Engine.

Syntax

SetRemoveCharacters(field, characters);

string field;
string characters;

field Field to have characters removed.
characters A string listing all of the characters that should be removed for a field.

Example

SetRemoveChars: Remove dashes and commas from a field.

SetRemoveChars(“-,”);

Example A.44. SetRemoveChars: Remove plus symbol and quotation marks. SetRemoveChars(“+`”);

engine/import/setremovechars.1534289035.txt.gz · Last modified: 2025/01/21 22:07 (external edit)