Command line tool used to load data in to Netezza Database.
Syntax
nzwload.exe [-s server -d database -u user -p password -i "data_file_name" –t "table_name" [-m "delimiter"]]
Parameters
-s: Specifies server;
-u: Specifies User Login ID;
-p: Specifies User Password;
-d: Specifies Database Name;
-t: Specifies Destination table. Table should have the save number of columns that is represented in the input file. Column order in the table should match data order the input file;
-i: Specifies input file with the data;
-m: Specifies column delimiter. Delimiter is the character or a string value that represent column separator;
-help: Prints the help screen.