This is a feature of JBuilder Professional and Enterprise.
Use this dialog box to import data in a text file as a table stream. The
format of the delimited data in the text file must be described by a
corresponding SCHEMA file with the .schema
file-name
extension. For example, somedata.txt
must be described by
somedata.schema
in the same directory. The easiest way to
create a SCHEMA file is to export some data with the
TextDataFile.save()
method.