CSVParseResult
Interface: CSVParseResult
Defined in: common/types/src/codeboltjstypes/libFunctionTypes/outputparsers.ts:31
Output Parsers SDK Function Types Types for the cboutputparsers module functions
Extends
Properties
| Property | Type | Inherited from | Defined in |
|---|---|---|---|
error? | Error | BaseOutputParserResponse.error | common/types/src/codeboltjstypes/libFunctionTypes/outputparsers.ts:9 |
parsed? | CSVRow[] | - | common/types/src/codeboltjstypes/libFunctionTypes/outputparsers.ts:32 |
success | boolean | BaseOutputParserResponse.success | common/types/src/codeboltjstypes/libFunctionTypes/outputparsers.ts:8 |