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

c# - Can I intercept a SOAP response in .NET before a content type binding mismatch ProtocolException? -

python - Terminate a gnome-terminal opened with subprocess -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -