Skip to content

Merge record-list into store

Description

Merge a record-list into an existing store record-list

Input Ports

Name dataType sourceType required description
Store Key text manual-only true The targeted store that houses a pre-existing record-list
Record-list record-list link-only true The record-list that the user wants to merge into the store record-list

Scenarios

  • The user wants to merge a record-list into a store that already contains a record-list

Use case

Merge Record-list Command

Inputs
  • Store key : cbd5688d-7d02-4831-9aa2-2183f14cb577
  • Record-list:
        {
          type: 'record-list',
          shape: {
            _id: '4be5caf2-9e32-41cf-947e-1f5ed99ec074',
            slug: '@SuperBro_Excel-data-Shape',
            name: 'Excel data Shape',
            packageVersion: '0.1.0',
            tree: [ [Object], [Object] ],
            settings: { title: 'Excel Shape', description: '' }
          },
          data: [
            {
              _id: '049633c4-8ecd-4a9a-9b17-5eb4cb2ca262',
              createdAt: 2021-11-09T11:45:34.000Z,
              updatedAt: 2021-11-09T11:45:34.000Z,
              accountNumber: '6265',
              filepath: '~\\Roboteur\\statements\\csv\\6265.csv'
            },
            {
              _id: '4b0463a4-432b-4f05-9ad6-048e8594a684',
              createdAt: 2021-11-09T11:45:40.000Z,
              updatedAt: 2021-11-09T11:45:40.000Z,
              accountNumber: '6285',
              filepath: '~\\Roboteur\\statements\\csv\\6285.csv'
            },
            {
              _id: 'cb95deb9-b9c0-4469-9a78-59ab83220859',
              createdAt: 2021-11-09T11:45:26.000Z,
              updatedAt: 2021-11-09T11:45:26.000Z,
              accountNumber: '6284',
              filepath: '~\\Roboteur\\statements\\pdf\\6284.pdf'
            }
          ]
        }
    
Search Tags

Merge record-list into store record-list