en-US/DataEncode.psm1-Help.xml

<?xml version="1.0" encoding="utf-8"?>
<helpItems xmlns="http://msh" schema="maml">
    <!-- Edited with: SAPIEN PowerShell HelpWriter 2018 v2.2.39-->
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>DataEncode-CSVDecode</command:name>
            <maml:description>
                <maml:para>Used to Decode content that has been encoded by the DataEncode-CSVEncode command.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para></maml:para>
            </maml:copyright>
            <command:verb>DataEncode</command:verb>
            <command:noun>CSVDecode</command:noun>
            <dev:version />
        </command:details>
        <maml:description>
            <maml:para></maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem parametersetname="__AllParameterSets">
                <maml:name>DataEncode-CSVDecode</maml:name>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="0">
                    <maml:name>CSVFile</maml:name>
                    <maml:description>
                        <maml:para>Full Path to the CSV file(s) to be processed.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false"></command:parameterValue>
                    <dev:type>
                        <maml:name />
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue />
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="0">
                <maml:name>CSVFile</maml:name>
                <maml:description>
                    <maml:para>Full Path to the CSV file(s) to be processed.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false"></command:parameterValue>
                <dev:type>
                    <maml:name></maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
        </command:parameters>
        <command:examples>
            <command:example>
                <maml:title>1) Single File Processing</maml:title>
                <maml:introduction>
                    <maml:para>Single File Processing Example</maml:para>
                </maml:introduction>
                <dev:code>C:\PS&gt; DataEncode-CSVDecode -CSVFile C:\TempFolder\Data.csv</dev:code>
                <dev:remarks>
                    <maml:para>File will be output as filename + .Decoded - Maintaining original file.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>2) Multi File Processing</maml:title>
                <maml:introduction>
                    <maml:para>Multi File Processing Example 1</maml:para>
                </maml:introduction>
                <dev:code>C:\PS&gt; DataEncode-CSVDecode -CSVFile File1.csv,File2.csv,File3.csv</dev:code>
                <dev:remarks>
                    <maml:para>File will be output as filename + .Decoded - Maintaining original file.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>3) Multi File Processing (Variables)</maml:title>
                <maml:introduction>
                    <maml:para>Multi File Processing Example 2</maml:para>
                </maml:introduction>
                <dev:code>C:\PS&gt; $AllFiles = FileName1.csv, $FileName2.csv, $FileName3.csv
C:\PS&gt; DataEncode-CSVDecode -CSVFile $AllFiles </dev:code>
                <dev:remarks>
                    <maml:para>File will be output as filename + .Decoded - Maintaining original file.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>4) Pipeline Processing (Single Items)</maml:title>
                <maml:introduction>
                    <maml:para>Command can be used with Pipelines</maml:para>
                </maml:introduction>
                <dev:code>C:\PS&gt; FileName.csv | DataEncode-CSVDecode</dev:code>
                <dev:remarks>
                    <maml:para>File will be output as filename + .Decoded - Maintaining original file.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>5) Pipeline Processing (Multiple Items)</maml:title>
                <maml:introduction>
                    <maml:para>Command can be used with Pipelines</maml:para>
                </maml:introduction>
                <dev:code>C:\PS&gt; FileName1.csv,Filename2,FileName3 | DataEncode-CSVDecode</dev:code>
                <dev:remarks>
                    <maml:para>File will be output as filename + .Decoded - Maintaining original file.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>6 Pipeline Processing (Variable Items)</maml:title>
                <maml:introduction>
                    <maml:para>Command can be used with Pipelines</maml:para>
                </maml:introduction>
                <dev:code>C:\PS&gt; $AllFiles = FileName1.csv, $FileName2.csv, $FileName3.csv
C:\PS&gt; $AllFiles | DataEncode-CSVDecode</dev:code>
                <dev:remarks>
                    <maml:para>File will be output as filename + .Decoded - Maintaining original file.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>DataEncode-CSVEncode</command:name>
            <maml:description>
                <maml:para></maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para></maml:para>
            </maml:copyright>
            <command:verb>DataEncode</command:verb>
            <command:noun>CSVEncode</command:noun>
            <dev:version />
        </command:details>
        <maml:description>
            <maml:para></maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem parametersetname="__AllParameterSets">
                <maml:name>DataEncode-CSVEncode</maml:name>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="0">
                    <maml:name>CSVFile</maml:name>
                    <maml:description>
                        <maml:para>Full Path to the CSV file(s) to be processed.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false"></command:parameterValue>
                    <dev:type>
                        <maml:name />
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue />
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="0">
                <maml:name>CSVFile</maml:name>
                <maml:description>
                    <maml:para>Full Path to the CSV file(s) to be processed.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false"></command:parameterValue>
                <dev:type>
                    <maml:name></maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
        </command:parameters>
        <command:examples>
            <command:example xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
                <maml:title xmlns:maml="http://schemas.microsoft.com/maml/2004/10">1) Single File Processing</maml:title>
                <maml:introduction xmlns:maml="http://schemas.microsoft.com/maml/2004/10">
                    <maml:para>Single File Processing Example</maml:para>
                </maml:introduction>
                <dev:code xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">C:\PS&gt; DataEncode-CSVEncode -CSVFile C:\TempFolder\Data.csv</dev:code>
                <dev:remarks xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
                    <maml:para>File will be output as filename + .Encoded- Maintaining original file.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
                <maml:title xmlns:maml="http://schemas.microsoft.com/maml/2004/10">2) Multi File Processing</maml:title>
                <maml:introduction xmlns:maml="http://schemas.microsoft.com/maml/2004/10">
                    <maml:para>Multi File Processing Example 1</maml:para>
                </maml:introduction>
                <dev:code xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">C:\PS&gt; DataEncode-CSVEncode -CSVFile File1.csv,File2.csv,File3.csv</dev:code>
                <dev:remarks xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
                    <maml:para>File will be output as filename + .Encoded- Maintaining original file.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
                <maml:title xmlns:maml="http://schemas.microsoft.com/maml/2004/10">3) Multi File Processing (Variables)</maml:title>
                <maml:introduction xmlns:maml="http://schemas.microsoft.com/maml/2004/10">
                    <maml:para>Multi File Processing Example 2</maml:para>
                </maml:introduction>
                <dev:code xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">C:\PS&gt; $AllFiles = FileName1.csv, $FileName2.csv, $FileName3.csv
C:\PS&gt; DataEncode-CSVEncode -CSVFile $AllFiles </dev:code>
                <dev:remarks xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
                    <maml:para>File will be output as filename + .Encoded- Maintaining original file.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
                <maml:title xmlns:maml="http://schemas.microsoft.com/maml/2004/10">4) Pipeline Processing (Single Items)</maml:title>
                <maml:introduction xmlns:maml="http://schemas.microsoft.com/maml/2004/10">
                    <maml:para>Command can be used with Pipelines</maml:para>
                </maml:introduction>
                <dev:code xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">C:\PS&gt; FileName.csv | DataEncode-CSVEncode</dev:code>
                <dev:remarks xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
                    <maml:para>File will be output as filename + .Encoded- Maintaining original file.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
                <maml:title xmlns:maml="http://schemas.microsoft.com/maml/2004/10">5) Pipeline Processing (Multiple Items)</maml:title>
                <maml:introduction xmlns:maml="http://schemas.microsoft.com/maml/2004/10">
                    <maml:para>Command can be used with Pipelines</maml:para>
                </maml:introduction>
                <dev:code xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">C:\PS&gt; FileName1.csv,Filename2,FileName3 | DataEncode-CSVEncode</dev:code>
                <dev:remarks xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
                    <maml:para>File will be output as filename + .Encoded- Maintaining original file.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
                <maml:title xmlns:maml="http://schemas.microsoft.com/maml/2004/10">6 Pipeline Processing (Variable Items)</maml:title>
                <maml:introduction xmlns:maml="http://schemas.microsoft.com/maml/2004/10">
                    <maml:para>Command can be used with Pipelines</maml:para>
                </maml:introduction>
                <dev:code xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">C:\PS&gt; $AllFiles = FileName1.csv, $FileName2.csv, $FileName3.csv
C:\PS&gt; $AllFiles | DataEncode-CSVEncode</dev:code>
                <dev:remarks xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
                    <maml:para>File will be output as filename + .Encoded- Maintaining original file.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <!-- Edited with: SAPIEN PowerShell HelpWriter 2018 v2.2.39-->
</helpItems>