LibreCat / Catmandu

Catmandu - a data processing toolkit
https://librecat.org
176 stars 31 forks source link

Fix language should support deleting/skipping records #61

Closed phochste closed 10 years ago

phochste commented 10 years ago

e.g

if_exists('some_field'); skip_record(); end();

This would make it easier to create a UNIX grep in catmandu style.

nics commented 10 years ago

possible with

reject exists('some_field') select exists('some_field')