Reference 360 SaaS
- Reference 360 SaaS
- All Products
/rdm-service/external/v4/export
Field
| Type
| Description
|
---|---|---|
delimiter
| String
| Optional. Delimiter used to separate values. Value must be
ASTERISK ,
CIRCUMFLEX ,
COLON ,
COMMA ,
PIPE ,
SECTION ,
SEMICOLON ,
SPACE or
TAB . Default is
COMMA .
|
codepage
| String
| Optional. Code page used for the export file. Value must be
UTF8 or
MS_WINDOWS . Default is
UTF8 .
|
decimalSeparator
| String
| Optional. Decimal separator used for numbers. Value must be
COMMA or
DOT . Default is
DOT .
|
thousandSeparator
| String
| Optional. Grouping separator used for numbers. Value must be
COMMA ,
DOT ,
SPACE ,
SINGLEQUOTE or
NONE . Default is
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 code values. Value must be
crosswalk .
|
containerKey | String | Internal ID or alias of a crosswalk. |
pageSize
| Number
| Optional. Number of records to display on each page. The maximum value is
10000 . Default is
10000 .
|
page
| Number
| Optional. Page number to display. Default is
0 .
|
pit
| String
| Date to retrieve the point in time information about the crosswalk. Use the ISO format: yyyy-mm-dd.
|
repeatHeaders
| Boolean
| Indicates whether to populate headers in the CSV response.
|
POST https://use4-mdm.dm-us.informaticacloud.com/rdm-service/external/v4/export HTTP/1.1 Content-Type: application/json Accept: application/octet-stream IDS-SESSION-ID: XXXXXXXXXXXXXXXXXXXXXX Content-Length: 338 { "delimiter": "SEMICOLON", "textQualifier": "DOUBLE_QUOTE", "startingRow": "0", "codepage": "UTF8", "dateFormat": "ISO", "filename": "export.csv", "containerType": "crosswalk", "containerKey": "salesforce_country_enterprise_country", "pageSize": 10000, "page": 0, "pit": "2025-06-18 22-40-24", "repeatHeaders": false }
HTTP/1.1 200 OK Content-Disposition: attachment;filename=testdata.csv Content-Type: application/octet-stream RDM-PAGE: 0 RDM-TOTAL-NUMBER-OF-ELEMENTS: 10 RDM-NUMBER-OF-ELEMENTS: 10 RDM-PAGE-SIZE: 10000 RDM-FIRST-PAGE: true RDM-LAST-PAGE: true Content-Length: 178 sourcePKey,_from.id.sourcePKey,_to.id.sourcePKey sourcePKey,_from.id.sourcePKey,_to.id.sourcePKey SF_FR;FR SF_IN;IN SF_US;US