SiLeBAT/FSK-Lab

View on GitHub
de.bund.bfr.knime.internal.nodes/src/de/bund/bfr/knime/util/urlencoder/UrlEncoderNodeFactory.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="UTF-8"?>
<knimeNode icon="./default.png" type="Source" xmlns="http://knime.org/node/v2.10"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://knime.org/node/v2.10 http://knime.org/node/v2.10.xsd">
    <name>URL Encoder</name>

    <shortDescription>
        Converts string values so that they can be used in URLs.
    </shortDescription>

    <fullDescription>
        <intro>
            Converts string value to the application/x-www-form-urlencoded MIME format so that they can
            be used in URLs.
        </intro>

        <option name="Columns to encode">
            The columns containing string values to encode.
        </option>
    </fullDescription>

    <ports>
        <inPort name="Table containing string values" index="0">
            The input table containing string
            values to convert.
        </inPort>
        <outPort name="Table containing encoded string values" index="0">
            The output table containing
            the URL-encoded string values.
        </outPort>
    </ports>
</knimeNode>