Questions tagged [conditional-split]

SSIS DataFlow Task Transformation component, used to split data based on specific conditions. It is similar to a `SELECT CASE`

"The Conditional Split transformation can route data rows to different outputs depending on the content of the data. The implementation of the Conditional Split transformation is similar to a CASE decision structure in a programming language. The transformation evaluates expressions, and based on the results, directs the data row to the specified output. This transformation also provides a default output, so that if a row matches no expression it is directed to the default output." ...more in this MSDN article

33 questions
0
votes
0 answers

How to define the "breaks" to classify a raster data

First time posting a question here. Useless times this forum helped, but now, I fell my R skills are not strong enough to do the job. My problem is: I have a Spatial Data frame with multiples attributes, such as Grid_code (pixels values, integer),…
Huub
  • 1
  • 1
0
votes
1 answer

R Replace with date, if other columns value is

Let's say I have two columns, one of location and one of dates, some of which are missing. City Date 1 Sheffield 19/05/1985 2 Sheffield 21/06/1986 3 Sheffield 4 Newcastle 14/07/1996 5 Newcastle 6 Liverpool …
Nick
  • 799
  • 1
  • 7
  • 18
-1
votes
1 answer

SSIS Conditional Split to Flat File Destinations

I've got a data flow task which has a conditional split which then leads to two different flat file destination. The thing that is puzzling me, is why do I have different 'available destination columns' in the flat file editor's mappings tab than I…
1 2
3