Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace InputConfiguration

input documents configuration by default TXT files will be processed and this behaviour will not change in future after adding new types

Properties

Optional configuration

configuration: undefined | object

meta data about documents For CSV valid JSON format is {"CSV" :{inputColumn: "reviewDetails", rowId: "reviewId", copyColumnsToOutput: ["reviewId" "userId"] , delimiter: ","} Note: In future if new file types added we will update here in documentation about input file meta data

Optional documentTypes

documentTypes: Array<string>

Type of documents supported for this release only TXT,CSV and one element is allowed here. for future scope this is marked as list

Functions

getDeserializedJsonObj

getJsonObj