SchemaIniLocation Parameter (Connect-CSV Cmdlet)
Specifies the path to the folder that contains the Schema.ini file.
Syntax
Connect-CSV -SchemaIniLocation string
Data Type
cstr
Default Value
""
Remarks
This property defines the location of the Schema.ini file that the cmdlet uses to read file-specific settings, such as column names and data types. It can also be used to specify an alternate file name for the Schema.ini file if needed.
This property is useful for loading custom schema definitions or working with Schema.ini files stored in a different directory.