help required in nzload command
I am using LKM_File to Netezza(Nzload) to load the data to netezza database.
But I am facing problem at nzload level which is as follows:---
"Welcome to my world" ---No problem.data goes to mapped target column.
"Welcome to
my world" ---Problem occurs.Nzload creates log file which says 2 bad records found.
It says first line expects " in place of new-line feed
Second Line expects " in start of line..
How to ignore the new line-feed through nzload syntax modification..