File Based Data Integration.
Hi all,
I am working on a File based data integration scenario where the source data contains a column which states the validity of the row saying "Active"/"Inactive" that does not present in the application as a dimension.
CASE WHEN DESC1 = 'Active' THEN AMOUNT ELSE NULL END
Using this SQL filter, but the data loaded in opposite i.e., loaded for inactive records.
please help me out here.