Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

The action saves tables in the CSV format

Action icon 

Settings

PropertyDescriptionTypeFilling exampleMandatory field
Parameters
Data tableTable for which the action will be performed.Robin.DataTable
Yes
EncodingEncoding of the resulting file. UTF-8 is default.Robin.String
No
Line separatorThe character used to separate the lines. Default is rnRobin.String
No
Column separatorCharacter used to separate the columns in the source file. The default is «;».Robin.String
No
File nameName of the file (without extension) to be created. The extension .csv will be added automatically by the action.Robin.String
Yes
FolderFolder path where the created file will be saved.Robin.FolderPathC:\doc\imgYes
HeadingIf true, the table header will be inserted into the document along with its rows.Robin.BooleantrueNo
Results
ResultPath to the created CSV file.Robin.FilePath

...

You have an Excel file with the table 

Save it in the CSV format with the heading to the workspace. 

...

The table is saved in CSV. The file is located at the specified path.

Optional: if the “Heading” checkbox is not checked in the “Table to CSV” action, the table will be saved without a heading.