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

Name check

~
   One way to check a header's name
   id: header name
   test-data: examples/headers/projects.csv
~
$[1*][

    @name = header_name(1)
	@name == "compliance_project_name" -> print("Name is correct!")

]

Last updated