Multiple choice technology platforms and products

In folder stage by default the file content is delivered with newlines converted to ----------- field marks.

  1. char(32)

  2. char(255)

  3. char(254)

  4. char(31)

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

The Folder stage delivers file content with newlines converted to char(254) field marks by default. This is a specific character code used as a field delimiter in the datastage environment when reading files through folder stages.