Importing of CDs generated by scanning centers. These CDs generally are ASCII delimited text files that contain index information and
scanned image file path. Using Batch importer these files and corresponding index information can be imported into all applications.
Importing application generated files such as form recognition, check reading, or other similar data extraction applications. These
applications generally are capable of exporting their data into ASCII delimited text files. Using Batch Importer all the data output of
these applications can now be connected to the server.
Importing comma separated values (CSV) files. The CSV file format does not require a specific character encoding, byte order, or line
terminator format. The CSV file format uses the comma delimiter between fields in a record and the newline character to separate records.
Fields that contain reserved characters (comma, newline, or double quotation mark) must be enclosed between double quotation marks. A
double quotation mark in a field is escaped by preceding it with another double quotation mark. An empty field is delimited by two
quotation marks.
Conversion — A great tool for converting and migrating records from one application to another application though use of batch text
files. Use Batch Importer to migrate records from an existing system to another back-end application.
Custom Build Interfaces — The VB Scripting, Java Scripting, VB, or VC++ component development interface allows for building any type of
custom application around Batch Importer.
Search results
Search tips
The search returns topics that contain terms you enter. If you type more than one term, an OR is assumed, which returns topics where any of the terms are found. Enclose your search terms in quotes for exact-phrase matching.
The search also uses fuzzy matching to account for partial words (such as install and installs). The results appear in order of relevance, based on how many search terms occur per topic. Exact matches are highlighted.
To refine the search, you can use the following operators:
Type + in front of words that must be included in the search or - in front of words to exclude. (Example: user +shortcut –group finds shortcut and user shortcut, but not group or user group.)
Use * as a wildcard for missing characters. The wildcard can be used anywhere in a search term. (Example: inst* finds installation and instructions.)
Type title: at the beginning of the search phrase to look only for topic titles. (Example: title:configuration finds the topic titled “Changing the software configuration.”)
For multi-term searches, you can specify a priority for terms in your search. Follow the term with ^ and a positive number that indicates the weight given that term. A higher number indicates more weight. (Example: shortcut^10 group gives shortcut 10 times the weight as group.)
To use fuzzy searching to account for misspellings, follow the term with ~ and a positive number for the number of corrections to be made. (Example: port~1 matches fort, post, or potr, and other instances where one correction leads to a match.)
Note that operators cannot be used as search terms: + - * : ~ ^ ' "