Knowledge Base Article

How can I bypass importing lines of data?

'Check the parsed value for the criteria string
If StringHelper.FindIgnoreCase(args.Value, "[String To Find]") Then	
	' Set the bypass switch on the globals object 
	'  in order to tell the parser engine to skip this line.
	globals.Bypass = True
End If    

Return args.Value
Updated 2 years ago
Version 3.0