データ マネージャー - フラット ファイル アダプター
Assets Data Manager for Jira Service Management Cloud is a Premium and Enterprise only feature that is currently in Open Beta development. View and vote on our list of upcoming features.
バグを発見した場合、ご質問がある場合は、アトラシアン サポートまたはアトラシアン コミュニティにご連絡ください。
このタスクを完了するには、データ マネージャー アダプターの管理者権限が必要です。データ マネージャーでの権限とロールの仕組みをご覧ください。
The Flat File Adapter is a general adapter for importing data from a CSV or TXT file into Assets Data Manager. To configure and use the Flat File Adapter, you need to create a Flat File job.
アセット データ マネージャー用の CSV ファイルをフォーマットする
To ensure that Assets Data Manager can understand your data, you must follow some basic standards in formatting. ou must specify the standards you have followed when you create and configure your job in Adapters.
フォーマット - 次のフォーマットのいずれかを使用できます。
UTF-8 (既定)
UTF-16
ISO-8859-1
ISO-8859-15
Windows-1250
Windows-1252
ヘッダー - CSV ファイルに正しく読み込むにはヘッダーが必要です。
区切り文字 - CSV ファイルには 1 文字の区切り文字を含める必要があります。
複数の値の区切り - CSV ファイル内では“||” (2 つのパイプ文字 )を使用できます。これは、複数のカーディナリティを持つアセット属性に役立ちます。
修飾子 - 修飾子とは、スペースを含むテキストの塊を囲む Unicode 文字です。この文字は、テキストのこのセクションが単一の値であり、複数の値ではないことをデータ マネージャーに伝えます。
When the data includes string values with spaces, a qualifier may be used to demarcate a single string. For example:
Microsoft Windows
may return an error in some configurations, but the value"Microsoft Windows"
will not. If a qualifier is used in the data source, it is important to include the qualifier that is used in the data when you Create a new job.
3 つのビジネス サービスに関する情報を含む CSV データのサンプルを次に示します。文字列にスペースが含まれている場合は、修飾子が使用されます。
"Name", "Owner", "Service Category", "Hosts"
"Confluence", "Ellen McDonald", "Finance", "Oracle-E-Business-Server"
"Email Service", "Bea Owenstein", "Infrastructure", "http://exchange.prod.main1"
"Partner portal", "Les Weinen", Marketing", "http://mysql.prod.app7"
この内容はお役に立ちましたか?