#!/usr/bin/env bash
#set -euo pipefail
# Script to generate operators_expected.txt by running cql2-cli filter
OUT_FILE="tests/operators_expected.txt"
while ; do
# Trim whitespace and skip empty or comment lines
# Remove comments after '#' and trim leading/trailing whitespace
q=""
q=""
q=""
# Skip lines that begin with //
if ; then
continue
fi
if ; then
continue
fi
# Use cql2-cli to filter NDJSON and extract intfield values
| |
done