cat target.json | jq \'.[] | select(.sex | endswith("female")) |@csv\' out.csv
I tried the code above to output csv with the condition, in whi