filmov
tv
36. How to Extract distinct elements from an array of complex object using mapping dataflow

Показать описание
In this video we learnt how to Extract distinct elements from an array of complex object using mapping dataflow
Input dataset1:
{
"id": 1234,
"items": [
{
"id": 1,
"name": "A",
"owners": [
"Bob",
"Steve"
]
},
{
"id": 2,
"name": "B",
"owners": [
"Mike"
]
},
{
"id": 3,
"name": "A",
"owners": [
"Bob",
"Mike"
]
}
]
}
Expected output:
{
"id": 1234,
"itemNames": ["A", "B"],
"itemOwners": ["Bob", "Steve", "Mike"]
}
#adf #azuredatafactory #dataengineer #datafactory #synapseanalytics #azuresynapseanalytics #microsoft #cloud #cloudcomputing #azuredataengineer #dataengineering #etltesting #etl #dataengineeringessentials #azurecontentannu
Input dataset1:
{
"id": 1234,
"items": [
{
"id": 1,
"name": "A",
"owners": [
"Bob",
"Steve"
]
},
{
"id": 2,
"name": "B",
"owners": [
"Mike"
]
},
{
"id": 3,
"name": "A",
"owners": [
"Bob",
"Mike"
]
}
]
}
Expected output:
{
"id": 1234,
"itemNames": ["A", "B"],
"itemOwners": ["Bob", "Steve", "Mike"]
}
#adf #azuredatafactory #dataengineer #datafactory #synapseanalytics #azuresynapseanalytics #microsoft #cloud #cloudcomputing #azuredataengineer #dataengineering #etltesting #etl #dataengineeringessentials #azurecontentannu
36. How to Extract distinct elements from an array of complex object using mapping dataflow
36. SELECT DISTINCT SQL Command
MySQL - Select Unique Values from Table (SELECT DISTINCT)
how to select distinct on one column with multiple columns
Mysql Tutorial: 16: Select distinct values from table in database
SQL SELECT DISTINCT statement (return different values) | SQL Tutorial for Beginners | 2021
#27 Select Distinct Statement in SQL | SQL Tutorial
Extract Unique Items from a List in Excel || Three (3) Fast & Easy Ways
Power Automate Get Unique Values from Array | Distinct Items from Excel, SharePoint & Dataverse
Learn sql in less than one minute (Select Distinct)
How to get distinct values in talend
BIGQUERY SQL TUTORIAL - Select DISTINCT values in a field
Select Distinct - SQL - What is Select Distinct and How to use it
Distinct Query to get unique records of the table from SQLite database with WHERE & ORDER BY
Get Unique Values from a List in Java
SQL Select Distinct - Basic Example
How to select Distinct values in MySQL, For SQL Developers
SQL : how to select distinct value from multiple tables
How to get a Set of Unique Values from a List of Integers in Java
How to Extract Unique Information in MS Excel using Unique Function | One-Minute Series
29 SQL Server - Get unique values With Distinct Statement
DISTINCT OPTION with SELECT Statement - SQL Basics Tutorial - Part 18
SELECT DISTINCT Statement in MySQL | How to Select distinct records from columns
SELECT DISTINCT en SQL (MySQL)
Комментарии