Possible to create Visual Integrator import job without a source file?

SOLVED

I'm wondering if i can create a job that cycles through every record in a table instead of every record in a source file. 

like, a calculation job instead of an import job. 

All that needs to be done is set field to nothing if date in that field is < CURRENTDATE

like this: 

IF {UDF_DATE} < {DAY} THEN {UDF_DATE} = "" ELSE *DONOTHING*

Top Replies