Split to YAML files

split to YAML files

To Folder: the folder to place splitted files.

Split By Object Count: set object count in one splitted file.

Split By Column Value: split files by a specific column values.

Encoding: file encoding (UTF-8 recommended).

Indent: the number of spaces per indentation level (1-16, default 2).

Flow style: when checked the whole document is written as one flow list [{k: v}, ...]; when unchecked (default) block style is used.

Nest dotted columns: when checked, flattened columns like "meta.vip" are written as nested mappings (meta: with vip: inside); block style only.

Each output file always starts with "- " followed by "key: value" lines (a list of mappings). Values containing line breaks are written as literal block scalars (| or |-) with CRLF line endings; other values are quoted only when needed.

Columns Map: choose which source columns to save, set the destination column names and date formats.

Select All: select all columns.

Select None: select none columns.