The MSPro Boomi Collection
About
Boomi Console
Boomi Console
  • Boomi Console
    • What is ...
  • Installation & Setup
    • Download & Install
    • Setup a Workspace
    • Connect your Workspace
    • Test your Workspace
  • Commands
    • COMP - Components
      • GET
      • DOC
    • PACK - Packaged Components
      • PACK GET
      • PACK DOC
    • DEPLOY - Deployments
      • GET - Deployments and Packages
      • EXEC - Deploy components
        • Deployment from Repos
        • Promotion to Env
      • DELETE - Undeploy Components
    • WORKSPACE CONNECT
    • ACCOUNT INFO
    • Arguments
      • Common Arguments
        • The Set Argument in Detail
        • Query Filter
          • Start date or time span
        • Arguments in a file
        • Allow Multi
        • Component Resolution
      • COMP Arguments
        • COMP GET Arguments
        • COMP DOC Arguments
      • PACK Arguments
      • DEPLOY Arguments
        • DEPLOY GET Arguments
        • DEPLOY EXEC Arguments
        • DEPLOY DELETE Arguments
  • Use-Cases
    • Analyze deployed components
    • Components in a Folder
    • Deploy Components
    • Reveal a Process
    • Reveal an API Component
    • Deployed Components Overview
    • Deployment Task Document
    • Create a cSet.jsonc file
  • Library
    • Component Set
      • The Components Set JsonC file
        • Create a package file
      • Set File resolution
    • The Report Engine
      • Render DataSets
        • DataSet Base
        • Component Metadata DataSet
          • Component Metadata Header
          • Component Metadata
          • CompDataSet With Counts
        • Deployed Packages DataSet
        • Package Content DataSet
        • Map Markdown Dataset
      • Components
        • Deployable Components
        • Orphaned Components
    • The Workspace
      • Manage your workspace
      • Components Set Workspace
      • Workspace folders
      • The project database
    • Configuration files
      • Application Settings
      • Workspace configuration file
      • boomiConsole.user.json
    • How to...
      • Use Excel to view CSV files
      • Local metadata and caching
      • Getting help
      • Environments
      • How to get a Component's Id
    • Referenced Pages
      • Lists
      • Documentation Snapshots
  • Download and Release History
  • Help Text
    • Documentation Links
    • Target Path Resolution
    • GitHub Emojis
    • Packaged Component and Versions
    • Components and Versions
    • Component Hierarchy
    • Referenced Components
Powered by GitBook
On this page
  1. Commands
  2. COMP - Components

GET

Get Component Metadata from AtomSphere

Last updated 7 months ago

Get from AtomSphere and write it to the . OPtionally you can specify a template to render information about all components.

bc COMP GET /c 54222e4e-e9c1-490b-... -t compList.csv

The command uses a and to:

  1. store all metadata in the <OutDir>\MetaData folder

  2. store human-readable and re-usbale Component information like SQL statements, Scripts, profiles in <OutDir>\Componentsfolder

  3. Optionally, to render the list of all components.

Find orphaned components

comList.CSV reports the number of parents and children of each component. Components with 0 parents could be orphaned. For Processes it can be ok to have zero parents, a mapping with zero parents is simply not referenced: orphaned and subject for deletion.

Component Folder Structure

It is vital that you maintain a good folder structure. The COMP GET command tells you where all child and parent components are located.

If you look carefully at the image above, you will see that my process references a script in 99 - ParkingLot folder. This was definitely not my intention.

Components unleashed

If you want to see your raw script, Json profiles or SQL statements, the Components folder is right for you.

Metadata as XML files

If you want to know where you have used a document property, you may want to search all your Metadata XML files.

Component Metadata
COMP GET Arguments
resolved list of components
Out-Folder
recurses over parent(s) and children
specify a template
Visual Studio Code shows Components rendered using /t compList.CSV
The RAW Groovy script as a file in the file-system.