deloitte azure data engineer interview questions | adf real time interview questions | BIG 4

preview_player
Показать описание
#Azure #AzureDataFactory #ADF #adfinterviewquestionandanswer
In this video, I have discussed about how to load data from fixed length flat file to ASQL from an Azure Data Factory.

adf interview questions and answers for experienced:

adf tutorial:

Azure Tutorial:
Рекомендации по теме
Комментарии
Автор

Alternate approach is to use regexpreplace. replaces space more than one with ', '. then apply split function. then iterate over array to get column values. split(regexReplace(Column_1, `[ ]{2, }`, ', '), ', ')[1], split(regexReplace(Column_1, `[ ]{2, }`, ', '), ', ')[2], so on...

sammail
Автор

Thank you sir. I loved to watch your content

srinubathina
Автор

Beautiful bro awesome videos to learn 👌

Saifsolution
Автор

Hi,
We could use databricsks and do the needful transformation and then save it to adls and the using rhe copy activity we could load it in azure sql table. This could be another approach.

zama-sarib
Автор

One suggestion whatever data u used put the in description as well thanks

prabhatgupta
Автор

Thanks a lot ..your explanation is very nice.

nandeeswarareddysivaiahgar
Автор

Hi susheel, We could have used copy activity also instead using the data flow. Isnt it?

prabhatdass
Автор

Hi Susheel, Kindly provide get the data for the practice purpose.

nalinikantarout
Автор

I like your videos, but one request could you please provide Data also?

nishusingh