Skip to content

Commit

Permalink
added duplicateRowsHandler when the destinationtable is EcomVariantGr…
Browse files Browse the repository at this point in the history
…oups
  • Loading branch information
Nicolaj Hansen committed Nov 14, 2024
1 parent 199711f commit a7d12d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/EcomDestinationWriter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1107,6 +1107,7 @@ public void Write(Dictionary<string, object> row, Mapping mapping, bool discardD
break;
case "EcomVariantGroups":
WriteVariantGroups(row, columnMappings, dataRow);
duplicateRowsHandler ??= new DuplicateRowsHandler(logger, job.Mappings);
break;
case "EcomVariantsOptions":
WriteVariantOptions(row, columnMappings, dataRow);
Expand Down

0 comments on commit a7d12d2

Please sign in to comment.