adrpar / AsciiIngest

A general ASCII file row based ingestion tool using the DBIngestor library. This tool allows you to define custom ASCII data formats similar to the MS SQL Server format files. However it is possible to define custom checks, transformation functions, derived data rows, and constant data rows. It is easy to extend the assertion and convertion functions, by implementing ones own functions in the DBIngestor library. Further the DBIngestor library provided data buffering for higher ingest performance and many interfaces to various DB systems.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AsciiIngest tool
----------------

A general ASCII file row based ingestion tool using the DBIngestor library.
This tool allows you to define custom ASCII data formats similar to the 
MS SQL Server format files. However it is possible to define custom checks,
transformation functions, derived data rows, and constant data rows. It is 
easy to extend the assertion and convertion functions, by implementing ones 
own functions in the DBIngestor library. Further the DBIngestor library
provided data buffering for higher ingest performance and many interfaces
to various DB systems.


Please consult doc/userguide.pdf for instrucitons on how to use
this tool or contact the author for further help and instructions:

apartl@aip.de

About

A general ASCII file row based ingestion tool using the DBIngestor library. This tool allows you to define custom ASCII data formats similar to the MS SQL Server format files. However it is possible to define custom checks, transformation functions, derived data rows, and constant data rows. It is easy to extend the assertion and convertion functions, by implementing ones own functions in the DBIngestor library. Further the DBIngestor library provided data buffering for higher ingest performance and many interfaces to various DB systems.

License:Apache License 2.0


Languages

Language:C++ 81.6%Language:CMake 9.9%Language:Visual Basic 3.4%Language:Groff 3.2%Language:Makefile 1.0%Language:C 1.0%