mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
small fixes/improvements of DE translations
This commit is contained in:
@@ -18,12 +18,12 @@
|
||||
<p>Konvertierung zwischen einer CSV-formatierten Zeichenfolge (string) und ihrer JavaScript-Objektdarstellung in beide Richtungen.</p>
|
||||
<h3>Eingangsdaten</h3>
|
||||
<dl class="message-properties">
|
||||
<dt>payload<span class="property-type">object | array | string</span></dt>
|
||||
<dd>JavaScript-Objekt, Array oder CSV-Zeichenfolge</dd>
|
||||
<dt>payload <span class="property-type">object | array | string</span></dt>
|
||||
<dd>JavaScript-Objekt, Array oder CSV-Zeichenfolge.</dd>
|
||||
</dl>
|
||||
<h3>Ausgangsdaten</h3>
|
||||
<dl class="message-properties">
|
||||
<dt>payload<span class="property-type">object | array | string</span></dt>
|
||||
<dt>payload <span class="property-type">object | array | string</span></dt>
|
||||
<dd>
|
||||
<ul>
|
||||
<li>Wenn die Eingangsdaten ein Zeichenfolge (string) sind, wird versucht, sie als CSV zu analysieren (parse),
|
||||
|
Reference in New Issue
Block a user