インポートフォーマット作成(Import Loader Format)|iDempiere 13 画面リファレンス
インポートフォーマット作成(Import Loader Format)
Section titled “インポートフォーマット作成(Import Loader Format)”iDempiere 13 標準ウィンドウ(AD_Window_ID: 189)
メニュー: システム管理 ▸ データ ▸ データインポート ▸ インポートフォーマット作成
Maintain Import Loader Formats
The Import Loader Format Window is used for defining the file layout for product information which will be imported.
| # | タブ | テーブル | 階層 | 説明 |
|---|---|---|---|---|
| 10 | インポートフォーマット | AD_ImpFormat | 0 | |
| 20 | フィールドフォーマット | AD_ImpFormat_Row | 1 | Maintain Format Fields |
インポートフォーマット タブのフィールド
Section titled “インポートフォーマット タブのフィールド”| フィールド | カラム | 型 | 必須 | 説明 |
|---|---|---|---|---|
| クライアント | AD_Client_ID | Table Direct | ✔ | Tenant for this installation. |
| 組織 | AD_Org_ID | Table Direct | ✔ | Organizational entity within tenant |
| 名称 | Name | String | ✔ | Alphanumeric identifier of the entity |
| 説明 | Description | String | Optional short description of the record | |
| 有効 | IsActive | Yes-No | ✔ | The record is active in the system |
| テーブル | AD_Table_ID | Table Direct | ✔ | Database Table information |
| フォーマットの種類 | FormatType | List | ✔ | Format of the data |
| 区切り文字 | SeparatorChar | String | ||
| 詳細コピー | Processing | Button | ✔ | Copy Lines from other Import Format |
フィールドフォーマット タブのフィールド
Section titled “フィールドフォーマット タブのフィールド”Define the individual field based on the table definition. Please note that you have to make sure that a Constant has the correct SQL data type (i.e. if it is a ‘string’, you need to enclose it like ‘this’).
Product mapping (for details see documentation):
H_Item => Value H_ItemDesc => Name / Description H_ItemDefn => Help H_ItemType => ProductCategory H_PartnrID => Value of Business Partner H_Commodity1 => Vendor Product No H_Commodity2 => SKU H_ItemClass => Classification (A,B,C..) V_OperAmt_T_Cur => Currency V_OperAmt_T => Price
| フィールド | カラム | 型 | 必須 | 説明 |
|---|---|---|---|---|
| クライアント | AD_Client_ID | Table Direct | ✔ | Tenant for this installation. |
| 組織 | AD_Org_ID | Table Direct | ✔ | Organizational entity within tenant |
| インポートフォーマット | AD_ImpFormat_ID | Table Direct | ✔ | |
| シーケンスNo | SeqNo | Integer | ✔ | Method of ordering records; lowest number comes first |
| 名称 | Name | String | ✔ | Alphanumeric identifier of the entity |
| 有効 | IsActive | Yes-No | ✔ | The record is active in the system |
| カラム | AD_Column_ID | Table Direct | ✔ | Column in the table |
| データタイプ | DataType | List | ✔ | Type of data |
| データ書式 | DataFormat | String | Format String in Java Notation, e.g. ddMMyy | |
| 開始番号 | StartNo | Integer | Starting number/position | |
| 終了No | EndNo | Integer | ||
| Import prefix | ImportPrefix | String | This prefix will be added in front of import string if they are not empty | |
| 小数点 | DecimalPoint | String | ✔ | Decimal Point in the data file - if any |
| 100で割る | DivideBy100 | Yes-No | ✔ | Divide number by 100 to get correct amount |
| 定数値 | ConstantValue | String | Constant value | |
| コールアウト | Callout | String | Fully qualified class names and method - separated by semicolons | |
| スクリプト | Script | Text | Dynamic Java Language Script to calculate result |