2022.2

Table Of Contents
InthistreeviewyoucanselectelementsjustlikefilesintheWindowsExplorer.KeeptheCtrlkey
presseddownwhileclickingonkey-valuepairsorbracketstoselectmultipleelements,orkeepthe
Shiftkeypresseddowntoselectconsecutiveelements.
Youcanselectmultiplekey-valuepairs,arraysandobjectsevenifthoseareindifferentelements.
TogetabetteroverviewyoucancollapseanyJSONlevel.
JsonPath
TheDataMappermovesthroughJSONfilesusingJsonPath,apath-likesyntaxtoidentifyandnavigate
elementsinaJSONdocument.ForanoverviewoftheJsonPathsyntax,seehttps://github.com/json-
path/jsonpath.
IntheDataMappertheJsonPathcanbeabsolute(startwith$whichistheroot)orrelativetothecurrent
position(startwith.whichisthecurrentelement).
JsonPathcanbeusedinaRepeatstep,ExtractstepandConditionstep,ofteneliminatingtheneedfor
aGotostep.
AJsonPathcanberelativeorabsolute.Note,however,thatwitharelativeJsonPathgoinguptoapar-
entelementisnotpossible.
Tip: ThefullJsonPathtoanelementisdisplayedatthebottomleftofthewindowwhenyou
selectit.Tocopythepath,right-clickitandselectCopy.
Note: IfakeyinaJSONfilehasanamethatlookslikeafunction(e.g."TLIST(A1)"),thenthe
ExtractstephastouseaJsonPathwithbracketnotationinsteadofthedefaultdotnotation.For
informationaboutthebracketnotationseehttps://goessner.net/articles/JsonPath/.
Extractingtransactionaldata
Promotional dataaredataaboutcustomers,suchasaddresses,namesandphonenumbers.InCon-
nect,eachrecordintheextractedrecordsetrepresentsonerecipient.Thenumberoffieldsthatcontain
promotionaldataisthesameineachrecord.Thesedataarestoredontherootleveloftheextracted
record.
Transactional data,ontheotherhand,areusedincommunicationsabouttransactionsbetweena
companyandtheircustomersorsuppliers:invoices,statements,andpurchaseorders,forexample.
Naturallythesedatadifferpercustomer.Theyarestoredindetail tablesintheextractedrecord.The
numberofdetaillinesinadetailtablecanvaryfromrecordtorecord.
Page 235