105.MultiResourceItemReader in Spring Boot Batch Example

preview_player
Показать описание
In this video you will learn about MultiResourceItemReader in Spring Boot Batch using a demo project
Below is the GitHub link to download source:
Рекомендации по теме
Комментарии
Автор

Thanks for the tutorial .. I have one Question here . Let suppose I want to read more than 3 files in item reader but jagi mg different attributes . As I can see in tutorial all files have same attributes that’s why we are able to segregate on the basis of attribute name . But how will do with files which are having different attributes

bhavyagoyal
Автор

Thanks for great tutorials. Why do we have to have input files present in folder that is defined in the @Value annotation? Because I am using scheduler and doing following steps. In first step I am getting files through FTP and in second step I am trying to read the files from local folder. When I execute the application, local folder is empty because FTP client supposed to fetch the files from FTP Server and it does successfully. However in second step log shows "No resources to read. Set strict=true if this should be an error condition.". Even though local folder has the files after first step was successful. It seems Resources[] with @Value annotation looks for the files only at startup of the app and not at run time?

faisalrathor
Автор

Hi Can you please explain how to do the same with xlsx excel files to mysql database

sobhansai
Автор

Can you tell me how to read certain columns (also i need to use subquery)from database using jpa paging item reader? I have been using this am getting an error like illegal state exception(Transaction already active).

meerasingh
Автор

can you please make video for multiplewriter

pratikburnwal
Автор

can you please make a video to read the complex JSON file and write to the database using spring batch

ramakishan
Автор

Can you do the same on Database? Is it possible write to Database using MultiResourceItemWriter????

ElonMusk-wozf
Автор

How can I read two different column CSV files in spring batch

sahilchoudhary
visit shbcf.ru