mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user