「CSVファイルに書き込む」アクテビティについてです。※現在ナレッジ準備中です
1.アクティビティのプログラム名
RCA.Activities.CSV.WriteCsvFile
2.説明
Studio バージョン 2.0.3.0~
クイックアクセス: Excel>CSV>CSVファイルに書き込む
Overwrite a specified DataTable to a CSV File
指定したDataTableをCSVファイルに上書きします。
3.プロパティ
プロパティ一覧のみ掲載します。
※システム内部で保有しているプロパティを記載している場合があり、コボットStudio画面内で確認不可のものが一部ございます。ご了承ください。
DataTable ・・・ Specifies the DataTable to be written in the CSV File
Encoding ・・・ The type of encoding you want to use. To specified the encoding type to be used, used the value from the Name field. Strings variables only.
FilePath ・・・ The file path of the CSV file
AddHeaders ・・・ Boolean that specifies if the column names from the DataTable will be added to the output CSV file.
Delimitator ・・・ Specifies the delimiter in the CSV file. The options are: Tab, Comma, Semicolon, Caret and Pipe.
DisplayName ・・・ The display name of this activity. You can edit the name of the activity to organize and structure your code better.
4.使い方
準備中