Table of Contents

Search

  1. Preface
  2. Introducing Reference 360
  3. Getting started with Reference 360
  4. Manage system reference data
  5. Manage reference data sets
  6. Manage code lists
  7. Manage code values
  8. Manage crosswalks
  9. Import data
  10. Manage hierarchies
  11. Manage attributes
  12. Manage workflows
  13. Manage jobs
  14. Reference 360 REST API
  15. Glossary

Reference 360

Reference 360

Exporting value mappings

Exporting value mappings

Export value mappings in a crosswalk.
Before you begin, you must get a session ID and identify the asset ID. The session ID authenticates your requests. The asset ID is the ID of the crosswalk that contains the value mappings that you want to export. For more information, see Session IDs and Asset IDs.
  1. To export value mappings in a crosswalk, use the Export value mappings REST API.
    For more information about the Import value mappings REST API, see Export value mappings to a CSV file.
    For example, the following request exports value mappings:
    POST https://use4-mdm.dm-us.informaticacloud.com/rdm-service/external/v1/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" }
    The
    containerId
    attribute is the ID of the crosswalk that contains the value mappings that you want to export.
    For example, the Export value mappings REST API exports the following CSV file with the data:
    HTTP/1.1 200 OK Content-Disposition: attachment;filename=testdata.csv Content-Type: application/octet-stream Content-Length: 124 status.key;effectiveDate;approvedOn status.status.key;effectiveDate;approvedOn ActiveStatus;myEffectiveDate;myApprovedOn ActiveStatus;myEffectiveDate;myApprovedOn

0 COMMENTS

We’d like to hear from you!