cloudfoundry-samples / cf-s3-demo

Basic demo using S3 as a user-provided service
12 stars 32 forks source link

Remove Null characters from file contents present in S3 bucket without download ? #6

Open test512 opened 3 years ago

test512 commented 3 years ago

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 ?