Description Usage Arguments Author(s) Examples
upload the given data frame to a table in a workspace in IIP using IIP webservice
1 | IIP.uploadTable(dataSource, workspaceName, hdfsDelimiter = ",", dataFrame, tableName, fileType = "csv", append = F, role)
|
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 to be uploaded |
fileType |
type of table/file (default is csv) |
append |
whether the table is to be appended or is to be created (default is csv) |
role |
user role |
KiranKumar_Kaipa@infosys.com Poorva_Agrawal@infosys.com
1 | #IIP.uploadTable(dataSource="DataSourceName", workspaceName="WorkspaceName", hdfsDelimiter = ",", dataFrame=DataFrameObject, tableName="TableName", fileType = "csv", append = F, role ="admin")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.