Description Usage Arguments Author(s) Examples
upload the given file to a table in a workspace in IIP using IIP webservice
1 | IIP.loadTable(dataSource, workspaceName, columns, dataType, tableName, hdfsDelimiter, filepath, fileType,role)
|
dataSource |
Name of the IIP data source |
workspaceName |
Name of the IIP workspace |
columns |
Column names of the data frame to be uploaded |
dataType |
Data types of all the coulmns of the data frame |
tableName |
Name of the table that will appear in IIP |
hdfsDelimiter |
The seperator to be used for storing table |
filepath |
The exact location of file or the folder containing the files to be uploaded |
fileType |
Type of table/file (default is csv) |
role |
user role |
KiranKumar_Kaipa@infosys.com Poorva_Agrawal@infosys.com
1 | #IIP.loadTable(dataSource="DataSourceName", workspaceName="WorkspaceName", columns=c("Column1, Column2, Column3"), dataType=c("String, String, String"), tableName="TableName", hdfsDelimiter=",", fileType="csv", filepath = "ExactFileLocation", role = \"admin\")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.