123table docs
123table reads the rows from a CSV file or db table and inserts them into a table for any JDBC-compliant database.
User Guides
Getting started provides a quick start guide for supported use cases.
CLI syntax provides the full CLI syntax.
Mapping fields documents how you can remap field names and how field values can be dynamically computed.
JDBC drivers documents how you can customise the JDBC drivers to access your databases.
Image flavours gives you some insights about the image flavours and how you can customise them.
Development
You can encoutaged to propose a PR for any issue or feature request. THe git repository hosts under path .devcontainer the configuration to open the project into a Visual Studio Code Dev Container.
CI Reports
View the Test reports from build automation on main branch.
View the Coverage reports from build automation on main branch.