Sapito Sucio Posted September 17, 2023 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 188 Reputation: 114 Joined: 04/10/12 Last Seen: 11 hours ago Share Posted September 17, 2023 View File Encode & Decode .CSV files New clients are ditching some .txt based files to use .csv encoded files instead. The .CSV files are base64 encoded, provided scripts will decode and encode ass you wish. Both scripts will work the following way: Decoder Decoder will look for all .csv files on the folder that doesn't have "_decoded" on its filename. Decoder will iterate over each element, decoding from base64. Finally, generates a file with the suffix "_decoded" added to its filename. Encoder Encoder will look for all .csv files on the folder with "_decoded" on its filename. Encoder will iterate over each element, encoding to base64. Finally, generates a file with the suffix "_encoded" added to its filename. Submitter Sapito Sucio Submitted 09/16/23 Category Client Resources Video Content Author Sapito Sucio 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.