Skip to content
Patrick Hochstenbach edited this page Apr 14, 2016 · 20 revisions

Catmandu comes with a small domain specific language for manipulation of data items called Fix. The Fix consists of

  • Paths to refer to particular parts of an item
  • Functions to manipulate (parts of) an item
  • Selectors to manipulate which items end up in the end result
  • Conditionals to control when to apply which Fix functions
  • Binds to manipulate the execution of Fix functions
  • Comments to provide documentation in the Fix script
Clone this wiki locally