Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

View all the Fabric Data Days sessions on demand. View schedule

Attaching cdm format "EntityName.CDM.JSON" to a dataflow?

Using examples from the Microsoft CDM github and exported entities in a "live" production environment i have had no issues attaching a model.json to create dataflows of several connected Entities.

How do i go about to create a dataflow from a single entity with output files in the format of i.e "Account.csv" with "Account.cdm.json" ? It cannot be attached as a cdm folder as the filename isnt explicitly "model.json".

 

This question is highly in regards to working with exported tables and Entities in ADLS Gen 2 from D365FO.

Status: New
Comments
v-yuta-msft
Community Support

@PaulBerg ,

 

You need to use the file connector and select 'JSON' as below:

1.PNG 

Regards,

Jimmy Tao

PaulBerg
Frequent Visitor

Sorry, this did not work. The json is just the schema file for the CDM data. It doesnt really hold any data by itself.

 

Since data from CDM is stored in headerless .csv files you need to load data through the CDM manifest/schema file. This in turn points to the csv files and applies headers, formats the datatypes and build relationships (if such are defined).

 

Exporting several entities to a CDM folder residing inside a datamodel (as in D365FO Entity Store) it works fine using dataflows and attaching the model.json.

 

When working with just a manifest / schema json nothing seems to have been adapted to it, ingestion wise.