< Back
Get-CombinedCsvString
Post
NAME Get-CombinedCsvString
SYNOPSIS
This function returns the result of combining CSVs.
SYNTAX
Get-CombinedCsvString [-csvStrings] <String[]> [<CommonParameters>]
DESCRIPTION
This function returns the result of combining CSVs.
The resulting CSV contains all the columns which were present in any of original CSVs.
The combined CSV will contain the columns in sorted order.
PARAMETERS
-csvStrings <String[]>
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
System.String
RELATED LINKS
SYNOPSIS
This function returns the result of combining CSVs.
SYNTAX
Get-CombinedCsvString [-csvStrings] <String[]> [<CommonParameters>]
DESCRIPTION
This function returns the result of combining CSVs.
The resulting CSV contains all the columns which were present in any of original CSVs.
The combined CSV will contain the columns in sorted order.
PARAMETERS
-csvStrings <String[]>
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
System.String
RELATED LINKS