Multiple choice technology

Which options allow you to specify a string at the end each record?

  1. Record delimiter string

  2. Field delimiter string

  3. Record Prefix

  4. Final delimiter

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The record delimiter string specifies the character(s) that mark the end of each record in a file. This is different from the field delimiter, which separates fields within a record. The record prefix and final delimiter are not standard DataStage stage properties.