Hi, I'm new to NiFi and MiniFi. I'm trying to get a dataflow from MiniFi to NiFi. I'm following the instructions <https://nifi.apache.org/minifi/minifi-java-agent-quick-start.html> on how to transform an xml template to yml using the minifi toolkit. I do not see instructions on how to transform on a Windows machine. On Mac the instructions say:
config.sh transform input_file output_file Is there a similar command for Windows? Also, on my mac, when I run the transform command I get JaxB errors: Error reading template. (javax.xml.bind.JAXBException: Implementation of JAXB-API has not been found on module path or classpath. - with linked exception: [java.lang.ClassNotFoundException: com.sun.xml.bind.v2.ContextFactory]) How can I resolve this? I am using Jdk-10. I appreciate any help. Sincerely, Eddie Pagan
