Summary

This script reads in the input from the file and uses the replace command to remove the extra spaces in the lab patient number located in the import file, column 3. 


Script

<script scriptId="getPatNo">
    <body>
        <s:replace>
            <s:import inputPath="3"/>
            <s:string value=" "/>
            <s:string value=""/>
        </s:replace>
    </body>
</script>



Need more help?

Please visit the Fountayn Contact Information page.