2022.2

Table Of Contents
l
Stoptheprocessingofthecurrentrecordandmoveontothenextone.Normallyanextraction
workflowisautomaticallyexecutedonallrecordsinthesourcedata.Bystoppingtheprocessing
ofthecurrentrecord,youcanfilteroutsomerecordsorskiprecordspartially.Notethatifthe
extractionworkflowhasalreadyextractedsomedatabeforeitgetsstopped,therecordcon-
tainingthatpartialdatawillstillbestoredintheConnectDatabase;toskiparecordentirely,the
Actionstepmustoccurbeforeanydataisextractedforthatrecord.
l
Stopthedatamapping.Iffieldsofthecurrentrecordwerealreadyextracted,thenthosefieldsare
storedasusual,buttherestoftherecordandanyfollowingrecordsareskipped.
TheActionstepcanrunmultiplespecificactionsoneaftertheotherinorder.
Adding an Action step
ToaddanActionstep,right-clickontheStepspaneandselectAdd a Step > Add Action.
Configuring an Action step
ForinformationabouthowtoconfiguretheActionstep,see"Actionstepproperties"onpage333.
Postprocessorstep
ThePostprocessorstepallowstheapplicationtofurtherprocesstheresultingrecordsetaftertheentire
extractionworkflowhasbeenexecuted,usingJavaScript.
Forexample,apost-processorcanexportallorpartsofthedatatoaCSVfilewhichcanthenbeused
togeneratedailyreportsoftheConnectWorkflowprocessesthatusethisdatamappingconfiguration
(see"Datamappingconfigurations"onpage199).
Apost-processorcouldalsowritetheresultsoftheextractionprocesstoafileandimmediatelyupload
thatfiletoaWorkflowprocess.
ThePostprocessorstepcancontainanynumberofpost-processors.
Adding a post-processor
Toaddapost-processor:
l
SelectthePostprocessorstepontheStepspane.
l
OntheStep propertiespane,underPostprocessor,clicktheAddbutton .
l
UnderPostprocessor definition,addthescript.Postprocessortasksmustbewrittenin
JavaScript(see"UsingscriptsintheDataMapper"onpage362and"DataMapperScriptsAPI"on
page360).
Page 258