Version 1.0.0
524 downloads
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.