For the complete documentation index, see llms.txt. This page is also available as Markdown.

Position check

~
   Checking a header's position
   id: header name
   test-data: examples/headers/projects.csv
~
$[*][

    header_name("compliance_project_name") == 1 -> print("Position is correct!")
]

Last updated