☁️ Loving our new documentation website? Provide feedback in the CloudCannon Community! ✨

output_delimiter

Table of contents

Description:

This key defines how to format the output for parsers such as the content and repeating parsers.

Valid values are either inline or block.

When set to block, values will always be output with leading and trailing newlines.

When set to inline, values will always be output on a single line, with newlines inserted as \n.

If unspecified, inline will be chosen when the value is a single line, otherwise block formatting will be used.

Appears in:
└── Snippet
    └── params
        └── *
            └── Repeating Parser Configuration
                └── options
                    └── output_delimiter
Type:
string
Examples:
Open in a new tab