Arcane  4.1.12.0
User documentation
Loading...
Searching...
No Matches
Service 'SimpleCsvOutput'

CSV format table output service.

Interfaces

Liste des options

Documentation des options

tableDir (string=)

Directory name.
Example: "MonDossier"
Using this example, the CSV files will be saved in the directory ./output/csv/MonDossier/
Can also be defined when calling writeFile().
If empty, the CSV files will be written to the directory ./output/csv/
Simple

<tableDir>value</tableDir>

tableName (string=)

Table name (will be written in the first cell of the table and will also be the file name). Do not include the ".csv" extension.
Example: "MonTableau"
Name 'symbols' are also supported:

  • @proc_id@: the process rank.
  • @num_procs@: the total number of processes.
    During writing, these symbols will be replaced by what they represent at runtime.
    Example: "MonTableau_P@proc_id@"
    Can also be defined when calling init().
Simple
<tableName>value</tableName>