JDataStore Explorer: Import delimited text file dialog box

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.

File name

The name of the text file that contains the data to import. The name of the SCHEMA file will be derived from this file name, and used as the default name for the table stream.

Store name

The name of the table stream to create. Any existing stream with that name will be overwritten with the new table stream.