Data Profiling
- Data Profiling H2L
- All Products
Property
| Value
|
---|---|
URL
| Enter a URL to view all columns in the profile run. Use the following format: https://usw3-dqprofile.dm-us.informaticacloud.com/metric-store/api/v1/odata/Profiles('profileId')/Columns
|
Property
| Value
|
---|---|
profileId
| The unique identifier of the Data Profiling asset. For example, 908ed64e-cfd0-4544-bb69-5f5414e2f18b
To retrieve the ProfileId, see the
Prerequisites
section.
|
{ "@odata.context": "$metadata#Columns" "value":[ 0:{ "columnKey": 10001 "runKey": 1 "columnName": "NATIONALCHARACTER_COL" "columnId": "2d5e1e62-64ab-4385-a0e0-00801b163996" "columnType": "DATASOURCEFIELD" "averageValue": NULL "minimumValue": "o" "maximumValue": "u" "maximumLength": 1 "minimumLength": 1 "standardDeviation": NULL "nulCount": 47 "nulPercent": 83.93 "zeroCount": 0 "zeroPercent": 0 "blankCount": 0 "blankPercent": 0 "totalRows": 56 "totalSum": NULL "distinctCount": 3 "distinctPercent": 5.36 "duplicateCount": 6 "duplicatePercent": 10.71 "documentedDataType": "nchar(2)" "totalPatterns": 2 "topPatternPercent": 83.93 "isConflictingInfDocumentDataType": false "containLineFeeds": false "containLeadTrailSpaces": false "isValueFreqOutlier": false "isPatternOutlier": false "profileKey": 562 "order": 15 } 1:{ ... } 2:{ ... } ] }
Property
| Value
|
---|---|
URL
| Enter a URL to view column profile results. Use the following format: https://usw3-dqprofile.dm-us.informaticacloud.com/metric-store/api/v1/odata/Profiles('profileId')/Columns('columnId')
|
Property
| Value
|
---|---|
profileID
| The unique identifier of the Data Profiling asset. For example, 908ed64e-cfd0-4544-bb69-5f5414e2f18b
To retrieve the ProfileId, see the
Prerequisites
section.
|
ColumnID
| The unique identifier of the column in the Data Profiling asset. For example, c5c51e8d-14b9-4d0d-a956-b643c72cd87b
Copy the column ID from the list all columns API response.
|
runKey
| Indicates the run key of the profile run.
Select 1.
|
{ "@odata.context": "$metadata#Columns" "columnKey": 10038 "profileKey": 514 "runKey": 1 "columnName": "CountryName" "columnId": "c5c51e8d-14b9-4d0d-a956-b643c72cd87b" "columnType": "DATASOURCEFIELD" "averageValue": NULL "minimumValue": "CA" "maximumValue": "UNITED KINGDOM " "maximumLength": 48 "minimumLength": 2 "standardDeviation": NULL "nulCount": 1 "nulPercent": 2.17 "zeroCount": 0 "zeroPercent": 0 "blankCount": 0 "blankPercent": 0 "totalRows": 46 "totalSum": NULL "distinctCount": 17 "distinctPercent": 36.96 "duplicateCount": 28 "duplicatePercent": 60.87 "documentedDataType": "flat_string(255)" "totalPatterns": 7 "topPatternPercent": 30.43 "isConflictingInfDocumentDataType": false "containLineFeeds": false "containLeadTrailSpaces": false "isValueFreqOutlier": true "isPatternOutlier": true "order": 41 }
Property
| Value
|
---|---|
URL
| Enter a URL to view the inferred patterns for the column. Use the following format: https://usw3-dqprofile.dm-us.informaticacloud.com/metric-store/api/v1/odata/Profiles('profileId')/Columns('columnId')/Patterns
|
Property
| Value
|
---|---|
profileID
| The unique identifier of the Data Profiling asset. For example, 908ed64e-cfd0-4544-bb69-5f5414e2f18b
To retrieve the ProfileId, see the
Prerequisites
section.
|
ColumnID
| The unique identifier of the column in the Data Profiling asset. For example, c5c51e8d-14b9-4d0d-a956-b643c72cd87b
Copy the column ID from the list all columns API response.
|
{ "@odata.context": "$metadata#Patterns" "value":[ 0:{ "domainType": "Pattern" "profileKey": 3277 "runKey": 1 "nullCount": 3 "nullPercent": 5.36 "totalRows": 56 "isConflictingInfDocumentDataType": false "columnKey": 10001 "domainValue": "XXXX" "inferredDatatype": "String(11) [100.00%]" "satisfiedCount": 3 "satisfiedCountPercent": 5.36 "rowIdentifier": 0 "domainName": NULL "patternLabel": "X(4)" "isOutlier": NULL } 1:{ ... } 2:{ ... } 3:{ ... } 4:{ ... } ] }
Property
| Value
|
---|---|
URL
| Enter a URL to view the inferred datatypes for the column. Use the following format: https://usw3-dqprofile.dm-us.informaticacloud.com/metric-store/api/v1/odata/Profiles('profileId')/Columns('columnId')/DataTypes
|
Property
| Value
|
---|---|
profileID
| The unique identifier of the Data Profiling asset. For example, 908ed64e-cfd0-4544-bb69-5f5414e2f18b
To retrieve the ProfileId, see the
Prerequisites
section.
|
ColumnID
| The unique identifier of the column in the Data Profiling asset. For example, c5c51e8d-14b9-4d0d-a956-b643c72cd87b
Copy the column ID from the list all columns API response.
|
{ "@odata.context":"$metadata#DataTypes" "value":[ 0:{ "columnKey":10001 "profileKey":3221 "runKey":1 "totalRows":56 "inferredDatatype":"String(11)" "frequency":53 "frequencyPercent":100 "rowIdentifier":0 "isCommittedDatatype":true "format":NULL } ] }
Property
| Value
|
---|---|
URL
| Enter a URL to view the value frequency of the column. Use the following format: https://usw3-dqprofile.dm-us.informaticacloud.com /metric-store/api/v1/odata/Profiles('profileId')/Columns('columnId')/ValueFrequencies
|
Property
| Value
|
---|---|
profileID
| The unique identifier of the Data Profiling asset. For example, 908ed64e-cfd0-4544-bb69-5f5414e2f18b
To retrieve the ProfileId, see the
Prerequisites
section.
|
ColumnID
| The unique identifier of the column in the Data Profiling asset. For example, c5c51e8d-14b9-4d0d-a956-b643c72cd87b
Copy the column ID from the list all columns API response.
|
{ "@odata.context": "$metadata#ValueFrequencies" "value":[ 0:{ "frequency": 3 "columnValue": NULL "rowIdentifier": 0 "isOutlier": true "percent": 5.35714 "length": NULL } 1:{ "frequency": 3 "columnValue": NULL "rowIdentifier": 0 "isOutlier": true "percent": 5.35714 "length": NULL } 2:{ ... } 3:{ ... } ] }
Property
| Value
|
---|---|
URL
| Enter a URL to export the profile results to a Microsoft Excel file. Use the following format: https://usw3-dqprofile.dm-us.informaticacloud.com/metric-store/api/v1/Profiles('{profileId}')/Export
|
Property
| Value
|
---|---|
profileID
| The unique identifier of the Data Profiling asset. For example, 908ed64e-cfd0-4544-bb69-5f5414e2f18b
To retrieve the profileID, see the
Prerequisites
section.
|
runKey
| Indicates the run key of the profile run.
Select 1.
|
range
| Choose
All Columns to export the results for all the columns, or choose
Selected Columns and select one or more columns to export the results for the chosen columns.
|
fileFormat
| By default, the fileFormat is set to
Excel .
|