c# - How to pass the ConditionQuery in Mongosis SSIS -


i using mongosis plugin in ssis package loading data mongodb collection sqlserver. able load data using mongosis dataflow task, condition query in monodb source component>> component properties>> conditionquery hardcoded..

example: {"name":"xyz", branch:"abc"} inside mongodb source>> component properties tab.

i avoid hardcoding , pass conditionquery outside dataflow task. please suggest on how go this.


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -