Hello Apache Hop Community, I have two questions:
* There is a Compare file Transform that give back as result if two file are same or not, I’m wondering if there is also a transform that extracts the differences of two files and set them in another files * We have several pipelines that we have developed without paying attention to the case (filenames). The pipelines works well under windows but with the docker image (because of Linux) the case of the filenames must be respected. For example : the filename on the harddrive is MyExport.Json, and in the Pipeline we set Myexport.json I’m wondering if there is a property we can set in ApacheHop that will - for example - interprete all paths in UpperCase during execution time in order to avoid this issue Thank you in advance for your help Michel
