OutSystems Forge 日本語データベース

CSVUtil

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2017-05-17 1.10.2 Wei Zhu 9.0.1.35 All All
CSVインポート/エクスポート
この拡張は2つのアクションを提供します: - LoadCSV2RecordList - ExportRecordList2CSV CSVをRecordListにロードする方法 1.独自のRecordList変数を定義します。 2.次のパラメータを使用してLoadCSV2RecordListアクションを使用します - CSV:バイナリデータ - RecordList:ToObject組み込み関数を持つ独自のRecordList - 設定:必要に応じてエンコードやフィールド区切りなどの設定。 (デフォルト:utf8とカンマ) RecordListをCSVにエクスポートする方法 1.独自のRecordListを定義する 2.次のパラメータでExportRecordList2CSVを使用します。 - RecordList:ToObject組み込み関数を持つ独自のRecordList - 設定:必要に応じて、フィールド区切り文字や二重引用符などの設定。 (デフォルト:カンマと自動) 注意:このコンポーネントは、非公開で文書化されていないプラットフォームAPIを利用しています。その結果、このコンポーネントは、プラットフォームのアップグレード時に予期せず破損することがあります。プラットフォームのアップグレード/パッチ適用時にアプリケーションが期待どおりに機能し続けることを確認するために、適切なテストを行うことをお勧めします。

[Overview]
CSV Import/Export
[Detail]
This extension provide two Actions: - LoadCSV2RecordList - ExportRecordList2CSV How to Load CSV to RecordList 1. Define your own RecordList variable. 2. Use LoadCSV2RecordList action with following parameters -- CSV: Binary data -- RecordList: Your own RecordList with ToObject built-in function -- Config: Configuration such as encode or field delimeter if necessary. (Default: utf8 and comma) How to export RecordList to CSV 1. Define your own RecordList 2. Use ExportRecordList2CSV with following parameters -- RecordList: Your own RecordList with ToObject built-in function -- Config: Configuration such as field delimeter and double-quote mode if necessary. (Default: comma and automatic) Notice: This component takes advantage of private and undocumented Platform APIs, which can change without notice. As a result, this component may unexpectedly break as the Platform is upgraded. We advise proper testing to ensure that your applications continue to work as expected when upgrading/patching the Platform.
戻る