Import Structure

The program supports import from two different formats.

In the first case source file must contain one row per field:
FiledName[,DataType[,Size]]

Sample input data:
OrderID,Integer
Customer,String,32
OrderDate,Date

In the second case the program accepts sample plain text file or Excel spreadsheet. This file must have same structure as should be created. The import option for plain text file supports tab-delimited, comma-separated and fixed width* file formats as example. Also, the user enabled to define custom filed separator.

By default the import procedure replaces existing structure. To append import result use "Append data..." check box.

DTM Flat File Generator: import file structure window

* - the program expects at least one space between column names for this case.