Click or drag to resize

GraphDecodeCSV Method

https://www.emgu.com/wiki/index.php/Emgu_TF
DecodeCSV

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation DecodeCSV(
	Output records,
	Output record_defaults,
	string field_delim = null,
	bool use_quote_delim = true,
	string na_value = null,
	long[] select_cols = null,
	string opName = "DecodeCSV"
)

Parameters

records
Type: Emgu.TFOutput
Input to the operation.
record_defaults
Type: Emgu.TFOutput
Input to the operation.
field_delim (Optional)
Type: SystemString
field delim
use_quote_delim (Optional)
Type: SystemBoolean
use quote delim
na_value (Optional)
Type: SystemString
na value
select_cols (Optional)
Type: SystemInt64
select cols
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] output(type: DtInvalid).
See Also