This library was designed for automatic import of raw text data into various databases. It greately boosts the process of data import applications development. If you use this library you won't ever need to develop a completely new application for automatic data import each time when a unique kind of raw text data appears. Just make some minor changes in the data-parsing Regular expressions, and let the library do the rest! Using this library when developing new software allows you:
to automatize the import of raw text data process into database.
to avoid recompiling the application when the data format is changed (just change the RegEx!).
to easily integrate industrial and financial systems, which use text data inter-communication formats
to use various vendors' target databases (Oracle, MySQL, MS SQL)
to easily extend library's interface.