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. Library
  2. The Report Engine
  3. Components

Orphaned Components

Get components which are not referenced

Last updated 1 year ago

.\bc REPORT COMP ORPHANED 
  /f "20 - #ServiceReferences/**" 
  /t orphanedComponents.csv 

The command collects all components from a given Folder which are not referenced by any other component - orphaned. This is sent to the where it is turned into an output.

See also: specific arguments for Templates.

/Folder - /f

Specify a full or partial folder name/path by using the * wildcard character. The provided (wildcarded) Folder is used to select matching folder full pathes from the repository.

Please notice that the account part of a folder's full name is ignored. An AtomSphere full path - as returned by the API - normally starts with the name of the current account. This account information is truncated from the full path because it is alwys the same - we are working on a single account, only. For example: "Boomi_MarkusSchmidt"

"FolderFullPath": 
  "Boomi_MarkusSchmidt/#SFTP Services/StageRecords/Process",`
  • */MyFolder refers to all folders that end with taht name; with no more sub-folders. The last part of the folder's full path is MyFolder (ends-with).

  • /20 - #ServiceReferences refers to exactly that (root) folder

  • /20 - #ServiceReferences/** refers to that folder and all sub-folders

  • and so on ...

list of components
render engine
Render Engine