TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


engine:import:addtranslationfromsql

This is an old revision of the document!


AddTranslationFromSQL

Translate the value of a field based a list of items loaded via an SQL query.

Phase

This instruction is used by the TapeTrack Import Engine.

Syntax

AddTranslationFromSQL(field, sql);

string field;
string sql;

field The field to be translated.
sql An SQL query to run to extract translation pairs.

Example

AddTranslationFromSQL: Translate based on the values in a table.

AddTranslationFromSQL(VOLUME, "SELECT volume,barcode FROM barcodetable");

See Also

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