|
csvzall 0.4.0
CSV command-line tool and emerging C++ library
|
#include "commands.hpp"#include "../common/json_path.hpp"#include <csv.hpp>#include <cctype>#include <cstdint>#include <fstream>#include <sstream>#include <stdexcept>#include <string>#include <string_view>#include <unordered_set>#include <utility>#include <vector>Namespaces | |
| namespace | csvzall |
| namespace | csvzall::pipeline |
| namespace | csvzall::pipeline::commands |
Functions | |
| int | csvzall::pipeline::commands::RunJsonExtract (const std::string &input_path, const std::string &mapping_path, std::ostream &output, const LoggerCallbacks &logger, RunStats &stats) |
| std::vector<JsonValue> array |
| std::vector<ColumnMapping> columns |
| Kind kind = Kind::Null |
| std::string name |
| std::vector<std::pair<std::string, JsonValue> > object |
| common::JsonPath path |
| common::JsonPath rows_path |
| std::string text |