Search code examples
booleanazure-data-factory

Converting boolean to 1's and 0's in Azure Data Factory


I have a JSON file which contains a boolean and what I wanted to know was whether it's actually possible to convert these TRUE and FALSE's to 1's and 0's within the pipeline?

enter image description here

Any help or information will be greatly appreciated.


Solution

  • We can convert these TRUE and FALSE's to 1's and 0's via Direved Column in data flow.