Multiple choice technology platforms and products

When a sequentail file is written using a Sequentail File Satge,The parallel engine inerts an operator to convert the data from internal format to external format Which operator is inserted

  1. copy operator

  2. export operator

  3. import operator

  4. tsort operator

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

When writing a sequential file, the parallel engine inserts an export operator to convert data from internal Orchestrate format to external format required by the file system. Copy operators replicate data, import operators read data, and tsort handles sorting.