Ashley Kitson
Ashley Kitson
I can't believe that 18 months later, Camunda Modeller doesn't have the ability to import/export DMNs from/to common spreadsheet formats, or even just simply a csv straight out of the...
@nikku Hi, thanks for responding. I understand the technical complexity, The use case isn't to get a perfect translation from DMN -> spreadsheet -> DMN. That indeed would be difficult...
@nikku I took the Dish Decision table [Dish Decision DMN.xlsx](https://github.com/camunda/camunda-modeler/files/5854809/Dish.Decision.DMN.xlsx) Obviously this could also be a simple CSV file that most spreadsheet systems (MS, LibreOffice, Google etc) will simply import....
ok. Not pretty, not complete. 1.5hrs of xslt programming dragged up from memory. But it's the POC that it will work. ```xml Decision, 
 , Input, Output , Annotations 
...
Further to the above. If you need to create CSV files for import to a spreadsheet until such time as Modeller gets the functionality, do the following (Linux): - Install...
This seems to be a sensible suggestion. Every other serverless auto log group formation that I have seen so far names the log group after the functionality, e.g. Lambdas
Having only picked this up in the last few days, cloudwatch logging seems to be an issue: - cannot name log after function/service name. My view is it should be...
I used the quickstart section as a guide. if I have ```html ``` It doesn't work. Nor does `spec-url = "/home/me/docs/openapi.yml"` The page is displayed with a button. Clicking the...
Same issue using relative path: `Fetch API cannot load file:///home/akitson/Projects/Misc/architecture/openapi.yml. URL scheme must be "http" or "https" for CORS request.` `Uncaught (in promise) TypeError: Cannot read property 'paths' of undefined`...
I disabled CORS in the browser as per https://alfilatov.com/posts/run-chrome-without-cors/ and still get the CORS error above. This perhaps suggest that CORS is being handled in the code rather than the...