Hi,
I have a typical requirement to:
Fetch from SQL -> Transform the rows to a custom object -> Identify the location of the file(binary) from transformed row attribute -> Parse the binary file through custom parser -> Pass the parsed information to elastic search for indexing
Do I need to use strategy and pipelining for the same?