Skip to main content
Archived

Unify how multiple files are passed over to WorkspaceRunner/FeatureReader

Related products:Transformers
  • December 22, 2017
  • 0 replies
  • 29 views

Forum|alt.badge.img

I find it quite confusing how an attribute with multiple filepath has to be preprocessed to be handed over to a WorkspaceRunner or FeatureReader. Fortunately I found following question to solve my problem:

https://knowledge.safe.com/questions/33313/passing-multiple-file-to-workspacerunner.html

Maybe it would be possible to unify how a string looks like when selecting multiple files?

For now it is like this:

Windows explorer view: "File1.ffs" "File2.ffs"

reader parameter view: File1.ffs,File2.ffs

Command line from beginning of workspace log: --IN_FFS """File1.ffs" "File2.ffs"""" (3x doublequotation)

The same applies when selecting files directly in WorkspaceRunner or FeatureReader.

BUT when loading files via attribute it has to be in following format ""File1.ffs" "File2.ffs"" (2x doublequotation) - no where to be seen above.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.