OSProfile YAML Validator

OSProfile YAML Validator

Posted by: Informatica Success Portal

A Java-based utility that checks if an OS profile YAML file is valid to be consumed in IDMC as an OS profile config input.

Overview

OSProfile configuration in IDMC is configured through an YAML file. During OSProfile setup, the YAML is consumed by IDMC without any validation. However, an incorrect YAML or one that misses key attributes would lead to job failures during execution. This is an external utility aimed at validating the YAML against the OS Profile schema file. To use the utility, download the jar and the OSProfile schema file. 

 

Features

  • java -jar -sf <PATH-TO-SCHEMA-File> -yf <PATH-TO-YAML-FILE>
  • Example:
    • java -jar -sf ./os-prof-yaml-schema.json -yf /user/data/IDMCOSProfile.yaml
      YAML is valid