{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Exercise 3: qsv and JSON\n", "\n", "Generate CSV data from `flowers.json` and pipe the output into `qsv table`." ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "qsv json --help" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "We have nested data in `flowers_nested.json`. Generate CSV data from the file with only roses data and pipe the output into `qsv table`." ] }, { "cell_type": "code", "execution_count": null, "metadata": { "vscode": { "languageId": "plaintext" } }, "outputs": [], "source": [] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Generate JSON data from `buses.csv`." ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "qsv slice --help" ] } ], "metadata": { "kernelspec": { "display_name": "Bash", "language": "bash", "name": "bash" }, "language_info": { "codemirror_mode": "shell", "file_extension": ".sh", "mimetype": "text/x-sh", "name": "bash" } }, "nbformat": 4, "nbformat_minor": 4 }