ADF Data Flow Empty String Handling

2022-11-10T22:12:21.25+00:00

i have problems in my Data Flow with EmptyString Handling. I made an easy example (see below) which examples my problem.

  1. Source: select '' as test (or any empty string of a table column)
  2. DerivedColumn. New Colum EmptyStringExpression with Expression iif(test == '', 'ok', 'nok') to show the problem.
  3. Sink write to table. Preview result is what i expect (see below), but in the sink table its different to the Preview, result there is 'nok'. It seems that the preview result is different to what the data flow is really writing to the sink table at the end. any help? Can't unterstand it...

emptyStringExpression

![259149-image.png

preview of the sink.

259241-image.png

result of the table with new insert row

259195-image.png

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,903 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,644 questions
{count} votes

1 answer

Sort by: Most helpful
  1. 2022-11-11T10:40:08.757+00:00

    Yes of course. My original dataflow was ofcourse different, but with this example i can reproduce the problem that i had.

    259518-image.png

    259493-image.png


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.