|
DTM Flat File Generator is an easy to use tool that helps you to
create test files. It supports tab-delimited, comma-separated
output as well as fixed width files or files with custom
separators.
The generator's project corresponds to single output file. The
project file stores columns definitions and general properties like
file format or number of rows to be generated.
Each file column (or field) has a few properties like: name,
data type and size. Most of them are optional. But you must specify
generator for each field. The generator
is a rule that the program will use to create test data.
You can specify file structure manually by adding columns line
by line. Otherwise the program can help you to import structure.
See also: project file compatibility note.
|