IIP.loadTable: Upload the file to IIP

Description Usage Arguments Author(s) Examples

View source: R/Utility.R

Description

upload the given file to a table in a workspace in IIP using IIP webservice

Usage

1
IIP.loadTable(dataSource, workspaceName, columns, dataType, tableName, hdfsDelimiter, filepath, fileType,role)

Arguments

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

Author(s)

KiranKumar_Kaipa@infosys.com Poorva_Agrawal@infosys.com

Examples

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\")

Infosys/NIADataRConnector documentation built on May 14, 2019, 10:32 a.m.