Hi,
Here is my problem. I want to export data from several tables to a txt file. Every row can have different number of columns.
For example:
Row1 Name(20 characters) Sirname(15 charactes) Age(2 characters)
Row2 CompanyName(10charecters) Address(10charecters)
with export specification I can set just one row and all following will be the same.
I want to write each line directly to the txt file specifying the export specification to be used.
10x in advance
Here is my problem. I want to export data from several tables to a txt file. Every row can have different number of columns.
For example:
Row1 Name(20 characters) Sirname(15 charactes) Age(2 characters)
Row2 CompanyName(10charecters) Address(10charecters)
with export specification I can set just one row and all following will be the same.
I want to write each line directly to the txt file specifying the export specification to be used.
10x in advance