ADMIN_ParseCSVFile

Deprecated. Don't use for new development and try to migrate existing uses.

Type: Table-valued function

This function is obsolete. Use ADMIN_Csv_ParseFile or ADMIN_Csv_ParseText instead.

Performs generic parsing of standard CSV-files including full support for the "double quote"-escape mechanism.

Note:
Currently only files with a maximum of 20 columns are supported.

Parameters

@File mandatory nvarchar(max)
The CSV-file to parse.
@Separator mandatory nchar(1)
The column/field separator to use.
@TrimUnescapedWhitespace mandatory bit
This parameter is ignored.