You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
While reviewing #1055, I noticed that the files created in a file-based export are placed directly in the configured fileBase directory with a filename that matches the random string that was generated for that particular export.
For systems that have processed a lot of different exports, I think we would benefit from having each export end up in its own subdirectory under the configured fileBase directory instead.
Describe the solution you'd like
Instead of export files like this:
Describe alternatives you've considered
Continue placing the files directly under the single output directory.
Acceptance Criteria
1.
GIVEN [a precondition]
AND [another precondition]
WHEN [test step]
AND [test step]
THEN [verification step]
AND [verification step]
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
While reviewing #1055, I noticed that the files created in a file-based export are placed directly in the configured
fileBase
directory with a filename that matches the random string that was generated for that particular export.For systems that have processed a lot of different exports, I think we would benefit from having each export end up in its own subdirectory under the configured fileBase directory instead.
Describe the solution you'd like
Instead of export files like this:
generate output like this:
Describe alternatives you've considered
Continue placing the files directly under the single output directory.
Acceptance Criteria
1.
GIVEN [a precondition]
AND [another precondition]
WHEN [test step]
AND [test step]
THEN [verification step]
AND [verification step]
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: