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

User and developer should be able to choose the name of the output ShExC file #12

Open
thewillyhuman opened this issue Sep 3, 2020 · 1 comment

Comments

@thewillyhuman
Copy link
Member

As a User and as a Developer
I want to be able to choose the name of the output ShExC file
Because I don't want to change it later and I might be generating more than one ShExC file with the same tool in the same output directory.

@thewillyhuman
Copy link
Member Author

Up to know, the interface HermesTranslator does not receive any parameters indicating the name of the output file, as can be seen here:

String translate(String prefixesCSVFile, String shapesCSVFile) throws TranslationException, IOException;

It is required to modify this interface so that it receives a parameter indicating the name of the output file.

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

1 participant