Steffe1611
Registered User.
- Local time
- Today, 01:49
- Joined
- Nov 23, 2013
- Messages
- 13
Hi
I have a problem in converting the content of a simple table to a test format I need for an other program.
The table is containing 3 columns
- ITEMID
- COLOR
- MINQTY
How do I convert the table to a text format with below format.?
ITEMTYPE is all ways >P<
How is this text shown. Do I make a kind of report.?
I have attached the two document (Text format and DB)
Best regards.
Steffen
<INVENTORY>
<ITEM>
<ITEMTYPE>P</ITEMTYPE>
<ITEMID>3622</ITEMID>
<COLOR>11</COLOR>
<MINQTY>20</MINQTY>
</ITEM>
<ITEM>
<ITEMTYPE>P</ITEMTYPE>
<ITEMID>3039</ITEMID>
<COLOR>11</COLOR>
<MINQTY>20</MINQTY>
</ITEM>
<ITEM>
<ITEMTYPE>P</ITEMTYPE>
<ITEMID>3001</ITEMID>
<COLOR>5</COLOR>
<MINQTY>100</MINQTY>
</ITEM>
</INVENTORY>
I have a problem in converting the content of a simple table to a test format I need for an other program.
The table is containing 3 columns
- ITEMID
- COLOR
- MINQTY
How do I convert the table to a text format with below format.?
ITEMTYPE is all ways >P<
How is this text shown. Do I make a kind of report.?
I have attached the two document (Text format and DB)
Best regards.
Steffen
<INVENTORY>
<ITEM>
<ITEMTYPE>P</ITEMTYPE>
<ITEMID>3622</ITEMID>
<COLOR>11</COLOR>
<MINQTY>20</MINQTY>
</ITEM>
<ITEM>
<ITEMTYPE>P</ITEMTYPE>
<ITEMID>3039</ITEMID>
<COLOR>11</COLOR>
<MINQTY>20</MINQTY>
</ITEM>
<ITEM>
<ITEMTYPE>P</ITEMTYPE>
<ITEMID>3001</ITEMID>
<COLOR>5</COLOR>
<MINQTY>100</MINQTY>
</ITEM>
</INVENTORY>