2022.2

Table Of Contents
moveTo(xPath)
MovesthecurrentpositioninaXMLfiletothefirstinstanceofthegivennode,relativetothetopofthe
record.
xPath
StringthatdefinesanodeintheXMLfile.
Tip: TheXML elementsdrop-down(ontheSettingspane,underInputData)listsxPathsdefining
nodesinthecurrentXMLfile.
moveTo(row)
MovesthecurrentpositioninaCSV filetothegivenrownumber.
row
Numberthatrepresentstheindexoftherow,relativetothetopoftherecord.
moveTo(jPath)
MovesthecurrentpositioninaJSONfiletothefirstinstanceofthegivenelement,relativetothetopof
therecordifthejPathisabsolute(startswith$whichistheroot)orrelativetothecurrentpositionifthe
jPathisrelative(startswith.whichisthecurrentelement).
jPath
JsonPathexpression(String)thatdefinesthepathtoanelementintheJSONfile.Seealso:"JsonPath"
onpage235.
Tip: ThefullJsonPathtoanelementisdisplayedatthebottomleftofthewindowwhenyou
selectit.Tocopythepath,right-clickitandselectCopy.
moveToNext()
Movesthepositionofthepointerinthesourcedatafiletothenextline,rowornode.Thebehaviorand
argumentsaredifferentforeachemulationtype:text,PDF,tabular(CSV),orXML.
Thisisamethodofthestepsobject(see"steps"onpage397).
moveToNext(scope)
Movesthecurrentpositioninatext fileorXML filetothenextinstanceofscope.Whatscoperep-
resentsdependsontheemulationtype:textorXML.
Text
scope
Page 400