Which options allow you to specify a string at the end each record?
-
Record delimiter string
-
Field delimiter string
-
Record Prefix
-
Final delimiter
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.