docs.datacontroller.io/docs/tables/mpe_xlmap_data.md

31 lines
1.5 KiB
Markdown
Raw Normal View History

2024-01-23 18:28:02 +00:00
---
layout: article
title: MPE_XLMAP_DATA
description: The MPE_XLMAP_DATA table stores the data from complex excel uploads in a vertical format.
og_title: MPE_XLMAP_DATA Table Documentation
og_image: ../img/mpe_xlmap_data.png
---
# MPE_XLMAP_DATA
2024-01-24 11:18:48 +00:00
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) table.
2024-01-23 18:28:02 +00:00
![Screenshot](../img/mpe_xlmap_data.png)
See also:
2024-01-24 11:16:43 +00:00
* [Excel Uploads](/excel)
* [MPE_XLMAP_INFO](/tables/mpe_xlmap_info)
* [MPE_XLMAP_RULES](/tables/mpe_xlmap_rules)
2024-01-23 18:28:02 +00:00
!!!note
2024-01-24 11:18:48 +00:00
This table cannot be edited directly! Any target tables configured in [MPE_XLMAP_INFO](/tables/mpe_xlmap_info) are also removed from the Tables list in the LOAD menu.
2024-01-23 18:28:02 +00:00
## Columns
- 🔑 `LOAD_REF char(32)`: The Unique Load reference. Applied automatically.
- 🔑 `XLMAP_ID char(32)`: The unique, UPPERCASE reference for the excel map. Applied automatically.
- 🔑 `XLMAP_RANGE_ID char(32)`: A unique reference for the specific range being loaded. Applied automatically.
- `ROW_NO num`: For single-cell / single-row sources, this is always 1. Otherwise, it is the row number of the rectangular range being extracted in this XLMAP_RANGE_ID.
- `COL_NO num`: For single-cell / single-column sources, this is always 1. Otherwise, it is the column number of the rectangular range being extracted in this XLMAP_RANGE_ID.
- `VALUE_TXT char(4000)`: The value of the cell, in text format.