Join-NAVApplicationObjectLanguageFile

Join-NAVApplicationObjectLanguageFile

Combines multiple text files with captions for Microsoft Dynamics NAV application objects into one text file.

Syntax

Parameter Set: Default
Join-NAVApplicationObjectLanguageFile [-Source] <String[]> [[-Destination] <String> ] [-Force] [-PassThru] [-Confirm] [-WhatIf] [ <CommonParameters>]




Detailed Description

Use the Join-NAVApplicationObjectLanguageFile cmdlet to combine multiple text files with captions for Microsoft Dynamics NAV application objects into one text file.

Parameters

-Destination<String>

Specifies the text file or folder where you want the generated files to be put. Optionally, do not set this parameter so that you can pipe the result to another Windows PowerShell cmdlet.


Aliases

none

Required?

false

Position?

3

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Force

Skips confirmation prompts when the cmdlet is run.


Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-PassThru

Specifies if you want to return an object for each application object and language ID with their language text values.


Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Source<String[]>

Specifies the text file or folder that contains the text files that you want to combine. The cmdlet does not modify these text files.


Aliases

PSPath

Required?

true

Position?

2

Default Value

none

Accept Pipeline Input?

True (ByValue, ByPropertyName)

Accept Wildcard Characters?

false

-Confirm

Prompts you for confirmation before running the cmdlet.


Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.


Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters.

Examples

-------------------------- EXAMPLE 1 --------------------------

Description

-----------

This example combines all the text files with Spanish translations into a single text file. In this example, you have previously exported Spanish strings into separate text files for each application object.


PS C:\> Join-NAVApplicationObjectLanguageFile -Source "*-ESP.TXT" -Destination .\RESULT\All-ESP.txt

Show: