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

Inner actions names may not be valid filesystem names #47

Open
carm-afea opened this issue Jun 21, 2022 · 1 comment
Open

Inner actions names may not be valid filesystem names #47

carm-afea opened this issue Jun 21, 2022 · 1 comment

Comments

@carm-afea
Copy link

I have this transformer step called: "patient.identifier.extCode -> patient.identifier[type = 'PI'].value"
When pulling, this is the result:

.\Channels\MPI_NEW\MPI_ADT_DB_READER\destinationConnector-ToDispatcher-transformer-step-0-patient.identifier.extCode -> patient.identifier[type = 'PI'].value.js The filename, directory name, or volume label syntax is incorrect.

I can change that with no consequences, but that's not always the case and not always simple to achieve, especially when you've got lots of channels and you find out about such a limitation at the very last minute.

@jbeckers
Copy link

Seeing the same thing with channel names, group names, etc.

e.g.

 File: .\v1000test\Channels\MMT: CM\index.xml
java.io.FileNotFoundException: .\v1000test\Channels\MMT: CM\index.xml (De syntaxis van de bestandsnaam, mapnaam of volumenaam is onjuist)
        at java.base/java.io.FileOutputStream.open0(Native Method)
        at java.base/java.io.FileOutputStream.open(FileOutputStream.java:298)

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

2 participants