How to Convert Excel File To CSV ( Comma Separated values) File in SSIS Package -


i need import excel data netezza using ssis. there columns first 100-200 rows blank , due getting null output columns. need have output 0 's columns(which decimal , numeric datatype) rows empty , ' '(blank) columns(varchar, char datatype) rows empty.

the way believe using script task , appreciate if can share script.

if there better solution type of problem without changing in excel property please share it.


Comments

Popular posts from this blog

Capture and play voice with Asterisk ARI -

c++ - Can not find the "fiostream.h" file -

java - Why database contraints in HSQLDB are only checked during a commit when using transactions in Hibernate? -