Wiki source code of Database Transformation - Generic Structure
Last modified by Erik Bakker on 2024/08/09 09:50
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{container}} | ||
| 2 | {{container layoutStyle="columns"}} | ||
| 3 | ((( | ||
| 4 | == About == | ||
| 5 | This store item allows you to transform the output you have received from a database into a generic format consisting of rows containing key/value pairs. | ||
| 6 | |||
| 7 | == Documentation == | ||
| 8 | |||
| 9 | ==== 1. How to use==== | ||
| 10 | This store item allows you to transform the output you have received from a database into a generic format consisting of rows containing key/value pairs | ||
| 11 | |||
| 12 | ==== 2. Keynotes & restrictions==== | ||
| 13 | |||
| 14 | * Note that this transformation considers both possible formats for receiving data from the database (one row vs. multiple rows). | ||
| 15 | * If you want to utilize a similar store item that creates attribute names based on the various "columns" you get from the database (i.e., id, name, date) please use this [[store item>>doc:Main.eMagiz Store.Accelerators.Database Transformation - Dynamic Structure.WebHome||target="blank"]]. | ||
| 16 | * Change the XSLT (Extension Gateway) to reflect your needs when developing this functionality. | ||
| 17 | * This store item will only work on the [[current runtime>>doc:Main.eMagiz Academy.Fundamentals.fundamental-runtime-generation3||target="blank"]] architecture. | ||
| 18 | |||
| 19 | ==== 3. License Information==== | ||
| 20 | Part of the standard license agreement as agreed upon when using the store for the first time. | ||
| 21 | |||
| 22 | ==== 4. Relevant eMagiz Academy Microlearnings==== | ||
| 23 | |||
| 24 | * [[Database Connectivity>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.Database connectivity.WebHome||target="blank"]] | ||
| 25 | |||
| 26 | //Would you please consult the privacy policy of eMagiz at the following [[link>>https://www.emagiz.com/privacy-policy/||target="blank"]]))) | ||
| 27 | |||
| 28 | ((())) | ||
| 29 | {{/container}} | ||
| 30 | {{/container}} |