Mapping dynamically for multiple objects using one pipeline(without a mapper for each object)
Hello,My input is S3, where we are receiving files of different objects. Our target is to read these files and insert data into postgres DB where we have created target tables for all objects. How can we dynamically map all the objects using one con...