Description Usage Arguments Author(s) Examples
Append the given data frame to a table in a workspace in IIP using IIP webservice
1 | IIP.appendDfToTable(dataSource, workspaceName, hdfsDelimiter = ",", dataFrame, tableName, fileType = "csv")
|
dataSource |
Name of the IIP data source |
workspaceName |
Name of the IIP workspace |
hdfsDelimiter |
The seperator to be used for storing table |
dataFrame |
Dataframe to be uploaded to IIP |
tableName |
name of the table in which data frame is to be appended |
fileType |
type of table/file (default is csv) |
KiranKumar_Kaipa@infosys.com Poorva_Agrawal@infosys.com
1 | #IIP.appendDfToTable(dataSource="DataSourceName", workspaceName="WorkspaceName", hdfsDelimiter = ",", dataFrame=DataFrameObject, tableName="TableName", fileType = "csv")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.