diff --git a/HICPlugin/DataFlowComponents/CHIColumnFinder.cs b/HICPlugin/DataFlowComponents/CHIColumnFinder.cs index 8525edc..20d1f6e 100644 --- a/HICPlugin/DataFlowComponents/CHIColumnFinder.cs +++ b/HICPlugin/DataFlowComponents/CHIColumnFinder.cs @@ -61,12 +61,12 @@ public DataTable ProcessPipelineData(DataTable toProcess, IDataLoadEventListener return toProcess; } + List columnGreenList = new(); if (_allowLists.TryGetValue(RdmpAll, out var _extractionSpecificAllowances)) columnGreenList.AddRange(_extractionSpecificAllowances); if (_allowLists.TryGetValue(toProcess.TableName, out var _catalogueSpecificAllowances)) columnGreenList.AddRange(_catalogueSpecificAllowances.ToList()); - var count = 0; string fileLocation = null; if (_outputFileDirectory?.Exists == true) @@ -468,6 +468,7 @@ public void PreInitialize(IExtractCommand value, IDataLoadEventListener listener public void PreInitialize(IBasicActivateItems activator, IExtractCommand value, IDataLoadEventListener listener) { _activator = activator; + PreInitialize(value, listener); } public void PreInitialize(IBasicActivateItems activator, IBasicActivateItems value, IDataLoadEventListener listener) diff --git a/RDMP b/RDMP index 53516e7..d5ced0f 160000 --- a/RDMP +++ b/RDMP @@ -1 +1 @@ -Subproject commit 53516e795a294c5cc9786f7bf339bfd4b26155fb +Subproject commit d5ced0fd4dbfa5944490d021e88d8c789c437fcb