Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

UFDL may use APL in order to introduce expressions to validate the incoming data. Basically all APL functions are available, except for plug-ins.

Info
titleExample - Using expressions


Code Block
external myRecord :
 identified_by( !strStartsWith( myField, "0201" ) ) {
 ascii myField : terminated_by(0xA);
};