Class IngestionJobCsvProperty
- java.lang.Object
 - 
- com.ibm.cloud.sdk.core.service.model.GenericModel
 - 
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.IngestionJobCsvProperty
 
 
 
- 
- All Implemented Interfaces:
 com.ibm.cloud.sdk.core.service.model.ObjectModel
public class IngestionJobCsvProperty extends com.ibm.cloud.sdk.core.service.model.GenericModelIngestion CSV properties. 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetEncoding()Gets the encoding.java.lang.StringgetEscapeCharacter()Gets the escapeCharacter.java.lang.StringgetFieldDelimiter()Gets the fieldDelimiter.java.lang.StringgetLineDelimiter()Gets the lineDelimiter.java.lang.BooleanisHeader()Gets the header. 
 - 
 
- 
- 
Method Detail
- 
getEncoding
public java.lang.String getEncoding()
Gets the encoding. Encoding used in CSV file.- Returns:
 - the encoding
 
 
- 
getEscapeCharacter
public java.lang.String getEscapeCharacter()
Gets the escapeCharacter. Escape character of CSV file.- Returns:
 - the escapeCharacter
 
 
- 
getFieldDelimiter
public java.lang.String getFieldDelimiter()
Gets the fieldDelimiter. Field delimiter of CSV file.- Returns:
 - the fieldDelimiter
 
 
- 
isHeader
public java.lang.Boolean isHeader()
Gets the header. Identify if header exists in CSV file.- Returns:
 - the header
 
 
- 
getLineDelimiter
public java.lang.String getLineDelimiter()
Gets the lineDelimiter. Line delimiter of CSV file.- Returns:
 - the lineDelimiter
 
 
 - 
 
 -