An SAP data services file format has a date column, but occasionally the file contains an invalid value in one row. This causes the dataflow to terminate with an error.
What can you do to completely load such erroneous files?
Note: There are 2 correct answer
Select all that apply, then click Submit answer.
-
○
Place the dataflow between a Try/Catch block to catch all erroneous rows
-
○
Use the error handling options for conversion error in the file format definition
-
○
Specify a date format of'????-??-??' to indicate the value might NOT be a valid date in the file format editor
-
○
Define the column as varchar and use functions in subsequent Query transform to perform the checks and conversion