Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The function "Insert from cache" allows the insertion of objects using their keys stored in the computer's cache. Single values or several lines and in one line several elements can be processed separately with tab (TAB). An example of several elements in a row is Excel, i.e. one element is stored in the buffer for each column of a cell.

Type
Example

Note

Simple text / single value
<Objectkey>

See notes below on objects with multi-part object keys.

Mehrere Zeilen, z.B. aus Textdatei

Code Block
<Objectkey11> 
<Objectkey12>
<Objectkey13>
. . .

Empty lines are ignored.
See notes below on objects with multipart object keys.

Multiple rows and elements, e.g. from Excel

Code Block
<Objectkeyl1>TAB<Objectkeyl2>TAB<Objectkeyl3> 
<Objectkeyl4>TAB<Objectkeyl5>TAB<Objectkeyl6> . . .

For objects with multi-part object keys, the key is made up of the elements, so only one object is interpreted per line. See below.
Empty elements are ignored.

Any leading and trailing straight quotation marks at the top (") and apostrophe (') are removed.
The determined object keys are checked, unknown keys / texts are treated as unknown objects and informed accordingly.

...