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.
Stars
6
Forks
1
Watchers
6
Open Issues
4
Overall repository health assessment
No package.json found
This might not be a Node.js project
Merge pull request #7 from adrpar/2015-04-fix-for-longer-constants
f10fd9eView on GitHubMerge pull request #6 from adrpar/2015-04-fix-for-longer-constants
af4cef6View on GitHubstrncopy buffer size in AsciiDataObjDesc::setSep increased
37fe320View on GitHubMinimal Boost version for find_package in CMakeLists.txt
34db152View on GitHubAdded example structure files along with data and create-table statement
36564f7View on GitHubfixed issue 5 with NULL value at end of line - altered default for greedyDelim - altered error message, now giving hint that greedyDelim could be a problem
be157e1View on GitHubfixed an issue with space field delimiters that should have been read as tabulators
298f563View on GitHubfixed a bug when field delimiters are not found in the data set
402b452View on GitHub