IIP.appendDfToTable: Append the data frame to an existing table in IIP

Description Usage Arguments Author(s) Examples

Description

Append the given data frame to a table in a workspace in IIP using IIP webservice

Usage

1
IIP.appendDfToTable(dataSource, workspaceName, hdfsDelimiter = ",", dataFrame, tableName, fileType = "csv")

Arguments

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)

Author(s)

KiranKumar_Kaipa@infosys.com Poorva_Agrawal@infosys.com

Examples

1
#IIP.appendDfToTable(dataSource="DataSourceName", workspaceName="WorkspaceName", hdfsDelimiter = ",", dataFrame=DataFrameObject, tableName="TableName", fileType = "csv")

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