Java etl project
Hey does anyone know a better way of having a file that has scripts that are read by java but these scripts are not what you think they're not sh, bat just a notepad file and java reads them as if they are scripts in this project it extracts files from one source and puts it to many different targets the file reads from different languages one line can have \dir\file\load.vbs another \dir\file\load.java whats a more modern way of doing this in keeping with todays times ask for more clarity if needed
3 Replies
⌛
This post has been reserved for your question.
Hey @CrackTheCode! Please useTIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here./close
or theClose Post
button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
spring batch? https://docs.spring.io/spring-batch/reference/domain.html
what you're describing sounds like an
ItemReader
and an ItemProcessor
💤
Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.
In case your post is not getting any attention, you can try to use /help ping
.
Warning: abusing this will result in moderative actions taken against you.