Azure Data Factory\ Synapse Analytics - Replace special characters using data flow

preview_player
Показать описание
This video takes you through the simple way of replacing any special character found in the input data using data flow replace() function,
Рекомендации по теме
Комментарии
Автор

How can you use replace double quotes on all the columns of all thr tables as part of cleansing using adf

Ptelearnfree
Автор

Trying to replace ' with \' getting \\ in result how can we avoid?

amarnathardhapure
Автор

how to replace \ that I somehow getting when I use Get metadata activity.output structure

archanametkari
Автор

Hi
How can we replace – this value. which is not working

krishnakc
Автор

can you please share about the regxreplace

dimplegowda
Автор

Hi Mam,
I hope you're having a wonderful day.
I have csv file with 3 columns

ID Name Gender
1 Raja Male
2 Sara Female
3 Aksha Male
4 Ritu Female

But i just want to read Female gender record and send to sink location
Output:
ID Name Gender
2 Sara Female
4 Ritu Female
Can we achieve this using Azure data factory?

jamshedsalik