Import Format


Added On:  05/03/12 
SQL Table:  IMPORT_FORMAT 
Module:  UniBill 
Type:  Entity  Status:  Deleted 
Java Class:  ImportFormat 
Represents a file import format that can be used to load data into UniBill from an external file.
Added On:  05/03/12
SQL Column:  CLASS_NAME
Java Field:  className
Status:  Active
SQL Type:  varchar(100)
Java Type:  String
Attributes:
Name of the class encapsulating import logic for files in this format.
Added On:  05/03/12
SQL Column:  CODE
Java Field:  code
Status:  Active
SQL Type:  varchar(10)
Java Type:  String
Identifier / Primary Key
Attributes: Unique
Unique code assigned to the import format.
Added On:  05/14/12
SQL Column:  DELIMITER_VALUE
Java Field:  delimiterValue
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
Attributes: Default:,
Added On:  05/03/12
SQL Column:  DIRECTORY_NAME
Java Field:  directoryName
Status:  Active
SQL Type:  varchar(20)
Java Type:  String
Attributes:
Directory name in the in / out directories where files associated with this import format should be placed.

Import files are to be placed in /[merchant-code]/in/[directory-name] directory, while reject files are to be generated into /[merchant-code]/out/[directory-name].
Added On:  05/03/12
SQL Column:  NAME
Java Field:  name
Status:  Active
SQL Type:  varchar(50)
Java Type:  String
Attributes:
Name of the import format.