Select the file formats which can used for nzload
-
ASCII files
-
Binary files
-
CSV files
-
All of the above
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.