feat(Merge Node): Overhaul, v3 (#9528)

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
This commit is contained in:
Michael Kret
2024-07-02 13:47:04 +03:00
committed by GitHub
parent 16b1a094b1
commit af69c80bf5
32 changed files with 2151 additions and 48 deletions

View File

@@ -15,7 +15,8 @@ import type {
MatchFieldsJoinMode,
MatchFieldsOptions,
MatchFieldsOutput,
} from './GenericFunctions';
} from './interfaces';
import {
addSourceField,
addSuffixToEntriesKeys,
@@ -24,9 +25,9 @@ import {
findMatches,
mergeMatched,
selectMergeMethod,
} from './GenericFunctions';
} from './utils';
import { optionsDescription } from './OptionsDescription';
import { optionsDescription } from './descriptions';
import { preparePairedItemDataArray } from '@utils/utilities';
export class MergeV2 implements INodeType {