Top "Batch-processing" questions

Batch-processing refers to programmatic execution with minimum human interaction.

Return multiple items from spring batch ItemProcessor

I'm writing a spring batch job and in one of my step I have the following code for the processor: @…

java spring spring-batch batch-processing itemprocessor
print vs. echo in R

I'm running a batch process using Rscript. I would like to print messages to screen just like "echo" does in …

r echo batch-processing rscript
SAPUI5 - Batch Operations - how to do it right?

I got multiple EntititySets which I want to update in my SAP Backend, therefore I fetch my data (payload) as …

entity batch-processing crud sapui5
How to set a sqlcmd output to a batch variable?

I'm trying to set the output of a sqlcmd query to a variable in a batch file. Here's my query: …

sql-server batch-file for-loop batch-processing sqlcmd
"Step" or "Job" Scope for Spring-Batch beans?

I'm using Spring-Batch v3.0.0 for batch imports. There is a StepScope and a JobScope. How can I know which of …

java spring batch-processing spring-batch
Batch insert using groovy Sql?

How can you do a batch insert using groovy Sql while simulating prepared statements? All the examples I've found are …

jdbc groovy batch-processing
Spring Batch resume after server's failure

I am using spring batch to parse files and I have the following scenario: I am running a job. This …

spring batch-processing
What is the definition of realtime, near realtime and batch? Give examples of each?

I'm trying to get a good definition of realtime, near realtime and batch? I am not talking about sync and …

web-services real-time etl batch-processing
How to make a batch file wait for fractions of a second?

I want to make a batch file wait for 0.5 or 0.25 seconds. I have already tried timeout /t 0.5 but it is …

batch-file cmd batch-processing
How to check if the user input ends with a specific string in batch (.bat) script

I am writing a batch script where if user input is empty or doesnot ends with "DTO" I need to …

batch-processing batch-file