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

Ensure that EXPORT-FILE-NAME has a non-blank value, not just that the property is specified in order to automatically set ExportBatchToFileTask #253

Open
hansenmc opened this issue Feb 8, 2025 · 0 comments

Comments

@hansenmc
Copy link
Member

hansenmc commented Feb 8, 2025

When EXPORT-FILE-NAME option is specified, the ExportBatchToFileTask is enabled.

Users have encountered a situation in which the EXPORT-FILE-NAME option was specified with a blank/empty value (expecting no export file to be generated), and because the ExportBatchToFileTask was enabled, it threw an error requiring a filename to be specified.

If the value of EXPORT-FILE-NAME is empty or blank and no filename specified then it should not auto-magically enable the ExportBatchToFileTask.

bbandlamudi added a commit that referenced this issue Feb 11, 2025
Ensure that EXPORT-FILE-NAME value is specified (not blank/empty) before automatically enabling ExportBatchToFileTask
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant