User Tools

Site Tools


01_user_documentation:05_object:06_references:03_datasets

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
01_user_documentation:05_object:06_references:03_datasets [2025/08/15 18:14] – [Adding data] Tim01_user_documentation:05_object:06_references:03_datasets [2025/08/15 18:20] (current) – [Add several values to one cell] Tim
Line 50: Line 50:
 </code> </code>
  
 +===== Exporting =====
 +
 +Using rgg datasets can only be exported to csv like formats using the export function:
 +
 +<code java>
 +dataset("DS_name").export(new FileWriter(fileName));
 +</code>
 +
 +By default this creates a file with white spaces as separators, if another separator are needed it can be defined as a second parameter ''dataset("DS_name").export(new FileWriter(fileName), ",");''.
 +
 +An additional version of the two function exists with a StringBuffer as a first parameter.
 +
 + 
  
01_user_documentation/05_object/06_references/03_datasets.1755274473.txt.gz · Last modified: 2025/08/15 18:14 by Tim