I am trying to create a single ini file from multiple database tables. Each table has two columns LCODE,LVALUE.
Each table name should become the section heading and the items below them should contain the rows in the format LCODE=LVALUE
There should be a single empty line between the last row of a section and the next section heading
The ini file would look like this:
[ARTWORK_MATERIAL]
STEEL=PLAIN STEEL
ALUMINIUM=UNPAINTED ALUMINIM
pARTWORK_TYPE]
SCULPTURE=The artwork is a sculpture
MOSAIC=The artwork is a mosaic
and so on.
Any help would be fantastic.
Cheers
Paul