Select fields from record
Description
Select multiple fields from a record
Input Ports
Name | dataType | sourceType | required | description |
---|---|---|---|---|
Shape | shape | manual-only | true | The Shape from which the record will be chosen |
Fields | text | manual-only | false | The fields the user wants to select |
Record | record | link-manual | true | The Record which the user wants to extract fields from |
Scenarios
- The user wants to select fields from a record
Use case
Inputs
- Shape:
Account Shape
- Fields:
Account number
- Record:
{ _id: '049633c4-8ecd-4a9a-9b17-5eb4cb2ca262', createdAt: 2021-11-09T11:45:34.000Z, updatedAt: 2021-11-09T11:45:34.000Z, accountNumber: '62657479773', filepath: 'C:\\Roboteur\\BankStatements\\csv\\62600079773.csv' }
Search Tags
Select fields from record