Reference 360 SaaS
- Reference 360 SaaS
- All Products
/rdm-service/external/v2/export
Field
| Type
| Description
|
---|---|---|
delimiter
| String
| Delimiter used to separate values. Value must be
ASTERISK ,
CIRCUMFLEX ,
COLON ,
COMMA ,
PIPE ,
SECTION ,
SEMICOLON ,
SPACE , or
TAB .
|
codepage
| String
| Code page used for the export file. Value must be
UTF8 .
|
decimalSeparator
| String
| Decimal separator used for numbers. Value must be
COMMA or
DOT .
|
thousandSeparator
| String
| Grouping separator used for numbers. Value must be
COMMA ,
DOT ,
SPACE ,
SINGLEQUOTE , or
NONE .
|
dateFormat
| String
| Format used for dates. Use one of the following formats:
|
filename
| String
| File name for the exported file. Value must end with the
.csv file extension.
|
containerType
| String
| Type of asset that contains value mappings. Value must be
crosswalk .
|
containerId
| String
| The ID of the crosswalk.
You can find the ID of assets in
Reference 360 or use REST APIs to retrieve the IDs. For more information, see
Asset IDs.
|
POST https://use4-mdm.dm-us.informaticacloud.com/rdm-service/external/v2/export HTTP/1.1 Content-Type: application/json Accept: application/octet-stream IDS-SESSION-ID: XXXXXXXXXXXXXXXXXXXXXX { "delimiter" : "SEMICOLON", "codepage" : "UTF8", "decimalSeparator" : "COMMA", "thousandSeparator" : "DOT", "dateFormat" : "ISO", "filename" : "testdata.csv", "containerType" : "crosswalk", "containerId" : "5d123f6e4077c700010d59e4" }
HTTP/1.1 200 OK Content-Disposition: attachment;filename=testdata.csv Content-Type: application/octet-stream Content-Length: 578 sourcePKey,_from.id.sourcePKey,_to.id.sourcePKey sourcePKey,_from.id.sourcePKey,_to.id.sourcePKey sourceCode0_targetCode0,sourceCode0,targetCode0 sourceCode1_targetCode1,sourceCode1,targetCode1 sourceCode2_targetCode2,sourceCode2,targetCode2 sourceCode3_targetCode3,sourceCode3,targetCode3 sourceCode4_targetCode4,sourceCode4,targetCode4 sourceCode5_targetCode5,sourceCode5,targetCode5 sourceCode6_targetCode6,sourceCode6,targetCode6 sourceCode7_targetCode7,sourceCode7,targetCode7 sourceCode8_targetCode8,sourceCode8,targetCode8 sourceCode9_targetCode9,sourceCode9,targetCode9