Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is this Object File ? #17

Open
kkp1225 opened this issue May 18, 2017 · 1 comment
Open

What is this Object File ? #17

kkp1225 opened this issue May 18, 2017 · 1 comment

Comments

@kkp1225
Copy link

kkp1225 commented May 18, 2017

Hi,

I'm trying understand the Object file for creating a label.
Objects File String The name of the file containing the objects to label.

Who creates this file ? Do you have the sample of this file? please let us know.

Thanks,
Kiran

@nhmathis
Copy link

nhmathis commented May 22, 2017

Hi @kkp1225,

The Apply Label step requires a file, also called a persistent_input_file. From the documentation it is...

Optional. Name of a text file generated from ExecuteQuery,
ListObjectDependency, or Validate. Contains a list of objects to
receive the label. If you use this option, do not use the object
name, object type, or folder name to specify objects

For some reason, our plugin step has deemed it as required. Feel free to make a pull request to the plugin that makes it optional. Otherwise, we'll make it optional as soon as we can.

If you don't require this argument, you can implement your own command with the Run PMREP Command or Shell step. View the full documentation (linked above) for the PMREP syntax.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants