Multiple choice technology

Select the file formats which can used for nzload

  1. ASCII files

  2. Binary files

  3. CSV files

  4. All of the above

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

nzload is designed for delimited text files, with CSV being the standard and most commonly supported format. It requires data in a structured, delimited format to parse correctly. While it supports various delimiters beyond just commas, CSV is the primary format. Binary formats require conversion or different loading tools.