ICICsvImportActionParams
The ICICsvImportActionParams interface is used to manage parameters for the CSV Import to Dataset to Path Action in Event Rules.
See also ICICsvExportActionParams.
Properties
-
Property DatasetName As String
HRESULT DatasetName([out, retval] BSTR *pVal); HRESULT DatasetName([in] BSTR newVal);
EFT v8.0.4 and later
Property Delimiter As String
HRESULT Delimiter([out, retval] BSTR *pVal); HRESULT Delimiter([in] BSTR newVal);
EFT v8.0.4 and later
Property Path As String
HRESULT Path([out, retval] BSTR *pVal); HRESULT Path([in] BSTR newVal);
EFT v8.0.4 and later
Property UseColumnNames As Boolean
HRESULT UseColumnNames([out, retval] VARIANT_BOOL *pVal); HRESULT UseColumnNames([in] VARIANT_BOOL newVal);
EFT v8.0.4 and later