< Back

Import-GrouveeCollection

Tue Jan 14, 2020 12:23 am

NAME Import-GrouveeCollection



SYNOPSIS

Imports and parses a grouvee collection .csv file.





SYNTAX

Import-GrouveeCollection [-Path] <string> [<CommonParameters>]





DESCRIPTION

Imports and parses a grouvee collection .csv file which can be created via the 'Export your collection to a CSV

file' function on grouvee.com





PARAMETERS

-Path <string>

The fully qualified or relative path to the grouvee collection .csv file.



Required? true

Position? 0

Default value

Accept pipeline input? true (ByValue, ByPropertyName)

Accept wildcard characters? false



-filepath <string>

The fully qualified or relative path to the grouvee collection .csv file.



This is an alias of the Path parameter.



Required? true

Position? 0

Default value

Accept pipeline input? true (ByValue, ByPropertyName)

Accept wildcard characters? false



-filename <string>

The fully qualified or relative path to the grouvee collection .csv file.



This is an alias of the Path parameter.



Required? true

Position? 0

Default value

Accept pipeline input? true (ByValue, ByPropertyName)

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

System.String

The fully qualified or relative path to the grouvee collection .csv file.





OUTPUTS

GrouveeCollectionParser.GrouveeGame





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



Example 1: Import a grouvee collection csv file.PS C:\\>Import-GrouveeCollection -Path

"C:\\Windows\\temp\\grouvee_export.csv"



This command will import a grouvee file from the provided path and



return a list of all games contained within it.



RELATED LINKS