Loading CSV file which have new line with blank columns
Hi,
I have CSV file which has a new line in middle of the column and the rest of the data in that row has gone to next line.
because of which i am facing issue while loading the data into DB.
please see the below screen shot.
I need to remove the spaces after column with data "MANJUN" and append the rest of the data after it.
Hi,
You screenshot is missing. Please make sure that y
our file must not be bigger than 2 MB.
Is it OK with you when check out "Trim" option in tfileinputdelimited to
trim the leading and trailing white space?
Hi Umesh, There are no string data in my csv file enclosed in double quotes. There is a complete blank line after the first two columns and the next line contains the data. Thanks, Tulasi