Is a tool for quick and easy development of DataWeave scripts
- Save and Open DataWeave Playground projects (.dwp files), to not loose the progress of your transformations.
- Able to quickly modify your input data selecting the correspondent mimeType and see instantly the result of your transformation.
- Supports Dataweave 2.x(tested upto dw 2.2)
- Code areas with highlighting
- Auto formatting for DataWeave scripts
- Add multiple inputs
- Export application as a native one
- DataWeave script validation
To run the DataWeave Playground using maven, execute the following command:
mvn exec:java -Dexec.mainClass="com.github.estebanwasinger.DWPlayground"
- This runnable jar can be generated once and used multiple times
- To generate runnable jar, execute the following command:
mvn clean package
- dataweave-playground-1.0-SNAPSHOT-runnable.jar will be generated under /target folder
- Directly run dataweave-playground-1.0-SNAPSHOT-runnable.jar and use dataweave playground for developing DataWeave scripts.