fixing links
All checks were successful
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m46s
All checks were successful
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m46s
This commit is contained in:
@ -8,18 +8,18 @@ og_image: ../img/mpe_xlmap_data.png
|
||||
|
||||
# MPE_XLMAP_DATA
|
||||
|
||||
The MPE_XLMAP_DATA table stores the data from complex excel uploads in a vertical format. It is possible to configure a different target, so long as it has the same attributes, in the [MPE_XLMAP_INFO](tables/mpe_xlmap_info.md) table.
|
||||
The MPE_XLMAP_DATA table stores the data from complex excel uploads in a vertical format. It is possible to configure a different target, so long as it has the same attributes, in the [MPE_XLMAP_INFO](/tables/mpe_xlmap_info.md) table.
|
||||
|
||||

|
||||
|
||||
See also:
|
||||
|
||||
* [Excel Uploads](/excel.md)
|
||||
* [MPE_XLMAP_INFO](tables/mpe_xlmap_info.md)
|
||||
* [MPE_XLMAP_RULES](tables/mpe_xlmap_rules.md)
|
||||
* [MPE_XLMAP_INFO](/tables/mpe_xlmap_info.md)
|
||||
* [MPE_XLMAP_RULES](/tables/mpe_xlmap_rules.md)
|
||||
|
||||
!!!note
|
||||
This table cannot be edited directly! Any target tables configured in [MPE_XLMAP_INFO](tables/mpe_xlmap_info.md) are also removed from the Tables list in the LOAD menu.
|
||||
This table cannot be edited directly! Any target tables configured in [MPE_XLMAP_INFO](/tables/mpe_xlmap_info.md) are also removed from the Tables list in the LOAD menu.
|
||||
|
||||
## Columns
|
||||
|
||||
|
@ -17,8 +17,8 @@ The information is optional (unless you wish to configure a non-default target t
|
||||
See also:
|
||||
|
||||
* [Excel Uploads](/excel.md)
|
||||
* [MPE_XLMAP_DATA](tables/mpe_xlmap_data.md)
|
||||
* [MPE_XLMAP_RULES](tables/mpe_xlmap_rules.md)
|
||||
* [MPE_XLMAP_DATA](/tables/mpe_xlmap_data.md)
|
||||
* [MPE_XLMAP_RULES](/tables/mpe_xlmap_rules.md)
|
||||
|
||||
|
||||
|
||||
@ -29,4 +29,4 @@ See also:
|
||||
- 🔑 `TX_TO num`: SCD2 close datetime
|
||||
- 🔑 `XLMAP_ID char(32)`: A unique, UPPERCASE reference for the excel map.
|
||||
- `XLMAP_DESCRIPTION char(1000)`: Map Description
|
||||
- `XLMAP_TARGETLIBDS char(41)`: An alternative target table to which to upload the data. This MUST have the same structure as the [MPE_XLMAP_DATA](tables/mpe_xlmap_data.md) table. The table must also be configured in [MPE_TABLES](tables/mpe_tables.md).
|
||||
- `XLMAP_TARGETLIBDS char(41)`: An alternative target table to which to upload the data. This MUST have the same structure as the [MPE_XLMAP_DATA](/tables/mpe_xlmap_data.md) table. The table must also be configured in [MPE_TABLES](/tables/mpe_tables.md).
|
@ -12,6 +12,11 @@ The MPE_XLMAP_RULES table contains the rules for mapping excel cells and ranges
|
||||
|
||||

|
||||
|
||||
See also:
|
||||
|
||||
* [Excel Uploads](/excel.md)
|
||||
* [MPE_XLMAP_DATA](/tables/mpe_xlmap_data.md)
|
||||
* [MPE_XLMAP_INFO](/tables/mpe_xlmap_info.md)
|
||||
|
||||
|
||||
## Columns
|
||||
|
Reference in New Issue
Block a user