python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
SSIS Derived column throw's error for Decimal(17,2) datatype
Using ODBC Source to read data from Hadoop and insert them in OLE DB destination. Performing conversion operations on various columns using derived column on various column. I have Column "POPric...
user6787720
Votes: 0
Answers: 0
SSIS Accept both CRLF & LF formats
I am trying to modify my SSIS package to accept both CRLF and LF row terminated files. I have come across the suggestion to use a derived column where the you REPLACE(ColumnName,"\r","&...
dcfretwell
Votes: 0
Answers: 0
Adding a derived conditional column using dplyr
The initial dataset I am working with is a list of tarnatula prices overtime from two shops, one based in Canada and the other in Poland.
In order to make a fair comparison between the two shops, I wa...
Bex Middleton
Votes: 0
Answers: 2
Converting data in column in SSIS
I'm writing an SSIS package to load data from a .csv into a db.
There's a column in the csv file that is supposed to have a count, but the records sometimes have text, so I can't just load the data in...
Seth
Votes: 0
Answers: 1