0 votes
in Azure by
What is the difference between mapping and wrangling data flow (Power query activity)?

1 Answer

0 votes
by

Mapping data flows transform data at scale without requiring coding. You can design a data transformation job in the data flow canvas by constructing a series of transformations. Start with any number of source transformations followed by data transformation steps. Complete your data flow with a sink to land your results in a destination. It is excellent at mapping and transforming data with known and unknown schemas in the sinks and sources.

Power Query Data Wrangling allows you to do agile data preparation and exploration using the Power Query Online mashup editor at scale via spark execution.

It supports 24 SQL data types from char, nchar to int, bigint and timestamp, xml, etc.

...