In my case, source system MainFrame generates the file and push it on the server and from there my java code read files parts and upload into S3 bucket. I don't have any ways to remove null characters (tr \'\000\' \' \' < \"%s\" > \"%s\") while upload (or I dont know) and dont know how to remove null characters on S3 bucket itself.
In my case, source system MainFrame generates the file and push it on the server and from there my java code read files parts and upload into S3 bucket. I don't have any ways to remove null characters (tr \'\000\' \' \' < \"%s\" > \"%s\") while upload (or I dont know) and dont know how to remove null characters on S3 bucket itself.
Could you please help me with this issue ?