We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At the moment XRM editor flags output of type carml as incompatible for CSV sources:
carml
I noticed this while doing maintenance on the pipeline template that is using the carml processor: https://github.com/zazuko/xrm-xml-workflow
npm run csv-to-file in that template repo works OK. CARML can handle CSV files.
npm run csv-to-file
The text was updated successfully, but these errors were encountered:
xrm/com.zazuko.rdfmapping.dsl.parent/com.zazuko.rdfmapping.dsl/src/com/zazuko/rdfmapping/dsl/services/InputOutputCompatibility.java
Line 39 in 9adec90
Sorry, something went wrong.
No branches or pull requests
At the moment XRM editor flags output of type
carml
as incompatible for CSV sources:I noticed this while doing maintenance on the pipeline template that is using the carml processor: https://github.com/zazuko/xrm-xml-workflow
npm run csv-to-file
in that template repo works OK. CARML can handle CSV files.The text was updated successfully, but these errors were encountered: