Relative Content

Tag Archive for sql-serverapacheapache-camelquarkusmssql-jdbc

Apache camel route for large insertion to database works partially. For less insertion does not work

The apache camel route works partialy for large insertion of data from csv file from aws s3. It inserts data in batches for few times and then stops with error. If I give the csv record with less rows it does not even executes the insert statement rather the application gets stopped with no error. Note that the number of columns is not known before hand for the csv file and csv file does not have column name as header.