CSVをJSONに変換する
CSV データを JSON 形式に変換します。
以下のフォームにCSVファイルをアップロードするだけで、このツールは行または列に欠損値がないかどうかを自動的にチェックします。ツールのオプションでは、入力ファイルの形式(区切り文字、引用符、コメント文字の指定)を調整できます。さらに、空値のチェックを有効にしたり、空行をスキップしたり、出力時のエラーメッセージの数に制限を設定したりすることもできます。
以下のフォームにCSVファイルをアップロードするだけで、このツールは行または列に欠損値がないかどうかを自動的にチェックします。ツールのオプションでは、入力ファイルの形式(区切り文字、引用符、コメント文字の指定)を調整できます。さらに、空値のチェックを有効にしたり、空行をスキップしたり、出力時のエラーメッセージの数に制限を設定したりすることもできます。
In this example, we upload a simple CSV file containing names, surnames, and dates of birth. The tool analyzes the data and displays a green "Complete CSV" badge as it finds that there are no missing values or empty records. To say it differently, this check confirms that all rows and columns have the expected number of values in the data and the file is ready for use in any software that imports CSV files without hiccups.
In this example, we find the missing fields in a CSV file containing city names, time zones, and standard time information. As a result of the analysis, we see a red badge in the output and a text list of missing values in the dataset. The file has missing values on two rows: row 3 lacks standard time data (column 3), and row 5 lacks time zone and standard time data (columns 2 and 3).
This example checks a data file containing information astronomical data about constellations. Not only does it find incomplete records but also detects all empty fields by activating the "Find Empty Values" checkbox. The empty fields are those that have zero length or contain just whitespace. Such fields contain no information. Additionally, since this file uses semicolons instead of commas for separators, we specify the ";" symbol in the options to make the program work with SSV (Semicolon-Separated Values) data. As a result, the program identifies three empty fields and one row with missing data.
CSV データを JSON 形式に変換します。
CSV データを XML 形式に変換します。
CSV の行を列に変換します。
CSV データを TSV 形式に変換します。
CSV 列を並べ替えます。
CSV ファイルを YAML ファイルにすばやく変換します。
CSVファイルの区切り文字を変更する
CSV ファイルをすばやく転置します。
CSV ファイル内の任意の場所に 1 つ以上の新しい列をすばやく挿入します。
TSVをJSON形式に変換する